Displaying Text from BMP Image?
I am wondering if there is a way for me to make the green background on a BMP image transparent, and then using the characters remaining on the image to display a word. LIke, say, if I wanted to...
View Article[RESOLVED] How to change caption of a menu item during run-time
My App has a menu bar button called File. Under File there are five sub items: File ---- Open Save Save As Make file Exit How do I change the caption of the 4th sub menu item (the one that reads Make...
View Articleerror after adding another colum
hey i just added anoter colum to my DB "ExpInvoice" and i put the code in the place but something is missing please tell me what i missed and why? Code: CN.Execute "INSERT INTO Expenses " & _...
View Article[RESOLVED] error after adding another colum
hey i just added anoter colum to my DB "ExpInvoice" and i put the code in the place but something is missing please tell me what i missed and why? Code: CN.Execute "INSERT INTO Expenses " & _...
View Article[RESOLVED] question about ocx properties
Good day. While learning ocx, I would like to know the following: 1. What is the difference between GET, LET and SET property in creating an ocx ? 2. Is there a general code format on creating an ocx ?
View Article[RESOLVED] Colour background of controls and forms forms throughout app...
Hi, I have this code to set all forms and controls in my program to a colour of my choosing. vb Code: Public Sub colour() Static lngCustom(15) As LongStatic lngCurrent As LongDim lngHandle As LongDim...
View Article[RESOLVED] How to open directory window to view files
I would like to have a vb6 code to open the directory window in order to view files - select - and then attach the file path to an eMail program. Can anyone help me please?
View Article[RESOLVED] need help listview selected item.
how will i get the value of first and last highlighted record. eg. first = 1004 and last = 1009 as i press ENTER KEY, feedback will appear through message box. with this code, last selected item...
View ArticleUsing 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 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