Using TrackPopupMenu API to open menu designed with VB Menu Editor
Hello, How can I use the TrackPopupMenu API to open a menu designed with Menu Editor that I would normally display through: Code: Popupmenu MenuName, Flags, X, Y, DefaultMenu Specifically, what...
View Articlemerge two scanned images into one
after scanning two documents as jpeg files - how to merge them into one one below the other ?
View ArticleFace detection algorithms
Hello folks :) It's been long time since I posted last xD But now I've a new matter. Talking with my dad yesterday we were curious to know how softwares recognize people faces from photos and if it's...
View ArticleRictTextBox Question
I got some code from a VB project that has a lot of editing features for a RichTextBox. When selecting a word, multiple words, or the entire text the selected text is highlighted in black. How can I...
View Articlecombo is text read only
hey i got a error that say the combobox is read only (text) i solved this before but i forgot how i need the combobox to be on dropdownlist so no one can edit it.this is the number 2 in the options of...
View ArticleMS FlexGrid Issue
Hi, I want to Change the Font to Bold and Alignment to VBFlexCenterCenter of Last row in my Flexgrid. Please check the attached picture and find the below code Code: While Not rs.EOF =...
View Article[RESOLVED] merge two scanned images into one
after scanning two documents as jpeg files - how to merge them into one one below the other ?
View Article[RESOLVED] RictTextBox Question
I got some code from a VB project that has a lot of editing features for a RichTextBox. When selecting a word, multiple words, or the entire text the selected text is highlighted in black. How can I...
View Article[RESOLVED] MS FlexGrid Issue
Hi, I want to Change the Font to Bold and Alignment to VBFlexCenterCenter of Last row in my Flexgrid. Please check the attached picture and find the below code Code: While Not rs.EOF =...
View ArticleData Grid Issue
Friends, I wrote the following code; Private Sub Form_Load() 'On Error Resume Next Dim id As String Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\db2.mdb;Persist Security...
View Article[RESOLVED] item cannot be found in the collection corresponding to the...
hey when i try to refresh a form i get en error "item cannot be found in the collection corresponding to the requested name or ordinal" why is that? is there a sql statment instead? or missing i dont...
View ArticleCertificate error in browser
I made my app in VB6 but this certificate error comes how to remove this i use this command webbrowser1.silent=true but its not work. kindly give me sloution Attached Images
View Articlesimulate mouse click when the target window is in background
I've been doing a lot of automation lately. In some cases I can't avoid using simulated mouse clicks. Unfortunately at my workplace there are programs which randomly pop up to steal the focus and ruin...
View Article[RESOLVED] listview wont sort after changing the date
hey i have a listview with dates i created anoter form with datepicker and i need to choose the date and its sorts the listview by the date i pick. for some reason it dosnt sort nothing just looping...
View Article[RESOLVED] Identify File Format and Variable Type
When one imports (e.g. a text file to Excel), Microsoft shows the user M$ best guess at the file format and gives the user the option to set the variable type by column. I would like to do this with...
View ArticleSome icons added to image list scale, others don't
I've been trying different methods to get a good thumbnail-capable file browser going. I had one method where I retrieved a normal 32x32 icon (this is for file types that don't support...
View ArticleWhy use Myvar*Myvar instead of Myvar^2 ?
I've often seen people who use Myvar*Myvar instead of Myvar^2, as if using Myvar*Myvar is someone optimizing the program, when all it's really doing it making the code longer and more cumbersome and...
View Articlecheck user access to network drive
Is there a way to check if the person using a program has access to a network folder? I have looked around and all the methods people are using seem very confusing. I thought there may be a way of...
View ArticlewaveOut and waveIn
I also have code that plays sound from a buffer using waveOut APIs. I also have code that records sound from a mic using waveIn APIs. Is there a way to take the sound I get from the buffer (waveOut)...
View ArticleComment Line in VBP File
I tried both Rem and " ' ". Is there anyway to comment out a line in a VBP file?
View Article