Check 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 Article[RESOLVED] read 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 ArticleIs it possible to stop the form from unloading in the Form_Unload procedure?
With reference to the form I'm designing, when the Form_Unload event occurs (or rather, when the Close (X) button is pressed), a message box appears with the options OK and Cancel. If the user chooses...
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 Articlefrmentry.frm is not copied when copy the project folder to pendrive
Hai every body I done a vb project and all the files in a folder named SRLGNT.It is working well. the problem is when I copy this folder to pen drive one of the form i.e, frmentry.frm is not copied. I...
View ArticleLost in starting a project.
I have a project im working on, or attempting to start i guess. And im a bit lost on how to attempt this, so any help in getting going would be appreciated. Basically here is what im wanting this to...
View ArticleSending clipboard via winsock error 5
I m trying to send the content off the clipboard via the winsock the pb.Contents = pct rturn a error Run-time error 5 any help will be appreciated here is the code for the client and the server Option...
View Article