VB 6 app installs but wont run
Hi. Im a beginner programmer in VB 6 although I have programmed a front end GUI for an Access database. So here's my problem. I don't have VB 6 on my computer now but I do have the install disc. I have...
View Article[RESOLVED] form MDi Child disappears after canceling the exit in MDI
i have a MdiMain and MdiChild i put a code that only if the mdichild window is closed then i can exit the program however when i try to exit the mdichild from the MdiMain the window disappears this is...
View Articlexml namespace
Hi all, I am new to vb6 and I need to do export to xml file, which i have done. but i dont know how to add namespace in vb6. Could someone please help me with some sample code.... Thank you
View ArticleGet VB 6.0 to stop edit code when not all files ar found
Hello, When I load a project that contains reference paths to files that dose not exist on my computer at those locations the VB 6.0 IDE changes my code or removes those parts from the code entierly....
View ArticleCheck Command Button status in database at the time of execute...
Hi all, I have 3 command buttons in my form. when I execute program, I need to check my database/Table for some query. below is my code... Code: private function ChkData() set rs = db.opentable("Select...
View Article[RESOLVED] how to check if values are empty before sending sms or email
i have a form that sends sms now i'm trying to check if a text box is empty then it could not be sent and if everything is ok then i get msgbox sent successfully i know im doing something wrong here...
View ArticleMultiThreading in VB6
Ok for a few months now when I have time I have been trying all the examples out there for multi threading... This is what I have found. The use of activeX.exe's are the best and most reliable to do...
View Articlehow to check if all requirements are ok before sending a sms
i have a form that i send with it sms and i use a listview now .. i messed up my code trying to figure out how to fill and to check all values before sending e.x if the credit for the sms is enough if...
View Articleread space delimited text file!
i have a text file like config file but delimited by space i want read some part of this text file and define that part for a variable Code: remote xxx this is in middle of text file and i need find...
View Article[RESOLVED] Capture Picture Of A Form When A Portion Of It Is Off The Screen...
I can capture a picture of the form and put it on the clipboard perfectly... except the portion that's off the screen. If my form is wider than the screen is, it takes that portion of the picture and...
View Article[RESOLVED] Right Mouse Down on WebBrowser Image
When an image shows on the WebBrowser's loaded page I want to right mouse down on the image. Now I have already solved the problem of not allowing the Browser's popup form showing by using...
View ArticleSearch Access Database
Here is the line that searches my database and returns the records matching strSearch If LCase(rsData(strTableItem)) Like strSearch Then How can I change this to return records that include any part of...
View ArticleCompatible Updates of dao350.dll for VB6 in Win 7
I am using VB6 to write program for Windows 7 From the website: http://msdn.microsoft.com/en-us/vstudio/ms788708.aspx I found that dao350.dll and msjet35.dll are unsupported but supported and...
View Article[RESOLVED] values dosnt enter and saved in the database table
im trying to save some values in the database and it dosnt save i get no error but it still dosnt save nothing i dont know what is wrong this is my code Code: Private Sub Command1_Click() Dim...
View Article[RESOLVED] What can unhook my key hooks
Hi all, I distribute the Spartan multi clipboard which uses a keyboard hook to intercept both hot keys and macros. The software has worked perfectly for many years so I don't have a coding problem....
View Articleproblem install VB6 on windows 7 (localized language)
Hi Folks I want to alter a VB6 program which i made several yerars a go. herefore i like to install vb6 on windows 7, i used the steps on this site and tried Visual Studio 6 Installer - v.1.5 september...
View ArticleCrystal Report 8.5 showing without data after cetrain time
Hi to all! this is my first post on this forum. I have vb6 application with crystal report 8.5 , we have craxdrt and crviewer to show the crystal report on application. While after pass the parameter...
View ArticleComboBox Event
What is the event that is raised when an item is selected from the list of a ComboBox (Style: 2-DropDown List)? I'm certain it's not Change, since I learned that it is raised only when text is entered....
View Article[RESOLVED] checking between 2 values not working after clicking the button
i have a form that sends data now when i check and compare between 2 values label1.caption and txt(1).text and if label1.caption is bigger the txt(1).text then i cant send if its lower than i can. i...
View Articlehow to show Excel workbook on a different drive...
Hi. I have a test GUI using VB6 that writes to MS Excel. If I use: Code: xlApp.Visible = True then the workbook is visible on the same computer as the one that the GUI is running. My question: What if...
View Article