how to use key press event in Visual Basic 6
Hellow sir, i want to know about the key press event to toggle throught text boxes , combo boxes ,list boxes etc.plz tell me all about the key press event details and simple code to execute it .
Answer Question
| October 17, 2011 7:32 AM
VB, VB 6, Visual Basic
Hellow sir, i want to know about the key press event to toggle throught text boxes , combo boxes ,list boxes etc.plz tell me all about the key press event details and simple code to execute it .
date count down in VB 6
with vb6 i an event set with date to count down the days till the date is due
Answer Question
| January 21, 2010 10:50 PM
VB 6, Visual Basic, Visual Basic 6
with vb6 i an event set with date to count down the days till the date is due
Biometrics in Visual Basic
“How to make code of biometrics fingerprint scanner using Visual Basic 6.0?”
Answer Question
| April 14, 2012 9:45 AM
Biometric authentication, Biometric Security, Biometrics, VB 6, Visual Basic, Visual Basic 6
“How to make code of biometrics fingerprint scanner using Visual Basic 6.0?”
OnClick Event of Radio Button DOES NOT WORK in either Firefox or IE
HELLO EVERYONE!!! I am working on a project where I am dynamically instantiates radio buttons based on the database. I am using ASP.Net/VB to code this. The portion where I initialized data from the database works fine but the radio buttons does work when clicked. here’s the sample code: BGrpCode = “” & strGrpID & [...]
Answer Question
| January 22, 2010 9:25 AM
ASP.NET, ASP.NET 2008, VB, Visual Basic
HELLO EVERYONE!!! I am working on a project where I am dynamically instantiates radio buttons based on the database. I am using ASP.Net/VB to code this. The portion where I initialized data from the database works fine but the radio buttons does work when clicked. here’s the sample code: BGrpCode = “” & strGrpID & [...]
DataReport Page Setup in VB6
I Used Datareport in VB6 My some report desgned are in Legal,A3,A4 When I Load Report This is Necessories For Page Setup in Printer Object by manual From Printer & Faxes How I can do this by VB Code Thanks 4 Reply
Answer Question
| January 24, 2010 3:52 AM
VB 6, Visual Basic, Visual Basic 6
I Used Datareport in VB6 My some report desgned are in Legal,A3,A4 When I Load Report This is Necessories For Page Setup in Printer Object by manual From Printer & Faxes How I can do this by VB Code Thanks 4 Reply
is it possible to move more then one image at once in visual basic 6?
hey i have a question concrening to visual basic 6, in visual basic i am trying to move an animation with the arrow keys, and i can not get it to move at all, i belive i got the right code but i am not sure, here is the sample of the code Private Sub [...]
Answer Question
| January 11, 2010 9:30 PM
animation, Visual Basic, Visual Basic 6, Visual Basic Programming
hey i have a question concrening to visual basic 6, in visual basic i am trying to move an animation with the arrow keys, and i can not get it to move at all, i belive i got the right code but i am not sure, here is the sample of the code Private Sub [...]
Stop crystal prompts for parameter value
Hi, I created a crystal report with SQL Server stored procedure. I passed the parameters using vb6, all parameters were fine except one of the DateTime data type, when I ran the report it kept coming up with the “Enter Parameter Values” dialog box, is there any way I can get rid of it? Software [...]
Answer Question
| August 20, 2011 11:16 PM
Crystal Reports, VB 6.0, Visual Basic
Hi, I created a crystal report with SQL Server stored procedure. I passed the parameters using vb6, all parameters were fine except one of the DateTime data type, when I ran the report it kept coming up with the “Enter Parameter Values” dialog box, is there any way I can get rid of it? Software [...]
Name input in Visual Basic 6
In the startup form code i call an input box to put your name on the main form. The name is put on the form but when I exit the program and go into it later I have to put the name in again. How do I when putting the name in the variable make [...]
Answer Question
| January 4, 2010 10:34 PM
VB 6, Visual Basic, Visual Basic 6
In the startup form code i call an input box to put your name on the main form. The name is put on the form but when I exit the program and go into it later I have to put the name in again. How do I when putting the name in the variable make [...]
automatically checking the memory size of an external devices using VB6
hi everyone, i just want to know how to automatically check the allocated memory size of an external devices without looking in the properties of windows. how do i write the code for this? thenks in advance for your help..much appreciated.:)
Answer Question
| January 22, 2010 4:10 PM
VB 6, Visual Basic, Visual Basic 6
hi everyone, i just want to know how to automatically check the allocated memory size of an external devices without looking in the properties of windows. how do i write the code for this? thenks in advance for your help..much appreciated.:)
About VB6.0 screen objects
what is screen objects in VB6.0
Answer Question
| January 21, 2010 11:21 AM
VB 6, VB 6.0, Visual Basic, Visual Basic 6
what is screen objects in VB6.0
how create menu in vb with gujarati language
i want to create menu in vb with gujarati language
Answer Question
| January 4, 2010 6:23 AM
VB, VB Menu Editor, Visual Basic, Visual Basic Languages
i want to create menu in vb with gujarati language
how do i make a button with more than one use in visual basic?
i want a button to do one thing the first time i click it then do something different when i click it the second time. how do i do this?
Answer Question
| January 2, 2010 5:21 PM
Visual Basic, Visual Basic 2008
i want a button to do one thing the first time i click it then do something different when i click it the second time. how do i do this?
List box for VB6
How do I search for a text string through a list of item in a ListBox?
Answer Question
| December 30, 2009 9:39 PM
VB, VB6, Visual Basic, Visual Basic List Box
How do I search for a text string through a list of item in a ListBox?
How to use substring to separate words
I have to write a visual basic program that will separate words from a text box and display the first name in one label and the last name in a second label. So far i have this ‘delcare variables
Answer Question
| January 21, 2010 1:59 AM
Visual Basic
I have to write a visual basic program that will separate words from a text box and display the first name in one label and the last name in a second label. So far i have this ‘delcare variables
How to check which window is focused
How can I check if the focus is on a specific window(program). For example: My program should do something only if the focus is on notepad. If the focus is on something else it should do nothing. So.. I have the PID and the image name of the progam to check… but i don’t know [...]
Answer Question
| December 17, 2009 7:40 PM
Focus, Visual Basic, Visual Basic 2008
How can I check if the focus is on a specific window(program). For example: My program should do something only if the focus is on notepad. If the focus is on something else it should do nothing. So.. I have the PID and the image name of the progam to check… but i don’t know [...]
how to save file doc, xls, into database sql server 2000 in VB6
how to save file doc, xls, into database sql server 2000 in VB6 with rdoconnection?
Answer Question
| December 14, 2009 12:33 AM
Microsoft Office, SQL Server 2000, VB6, Visual Basic
how to save file doc, xls, into database sql server 2000 in VB6 with rdoconnection?
How to fetch data from notepad in VB6.0 like a backend database
I am having a VB6.0 application and in that i have designed a form with text box & command button. Having a notepad separately in a specific drive like (E or F or G) and that notepad is having a data arround 2000 row like (1332,7063413205). Now i want to connect notepad from VB as [...]
Answer Question
| January 22, 2010 9:16 PM
Notepad, VB 6.0, Visual Basic
I am having a VB6.0 application and in that i have designed a form with text box & command button. Having a notepad separately in a specific drive like (E or F or G) and that notepad is having a data arround 2000 row like (1332,7063413205). Now i want to connect notepad from VB as [...]
Setting screen size using VB.
Hi everyone, I have a question about Visual Basic 4. Using VB4 how can I set the screen when ran to be a certain size like 1024/768 or what ever I need it to be at that time and then put it back to what it was before changing when program is stopped? Thanks in [...]
Answer Question
| May 3, 2011 10:07 PM
VB4, Visual Basic, Visual Basic 4
Hi everyone, I have a question about Visual Basic 4. Using VB4 how can I set the screen when ran to be a certain size like 1024/768 or what ever I need it to be at that time and then put it back to what it was before changing when program is stopped? Thanks in [...]
How to fetch data from notepad in VB6.0?
I am having a notepad with data arround 2000 row like (1332,7063413205). just i need to fetch data from notepad by giving 4 digit number in one text box and to find matching 10 digit number in another text box in VB 6.0 by clicking a button. Please help me
Answer Question
| December 10, 2009 2:22 AM
VB 6.0, Visual Basic
I am having a notepad with data arround 2000 row like (1332,7063413205). just i need to fetch data from notepad by giving 4 digit number in one text box and to find matching 10 digit number in another text box in VB 6.0 by clicking a button. Please help me
export VB6 report in pdf format.
i am making a project in vb 6 using ms access as a database. i am making report in crystal report and want to export that repot in pdf format.
Answer Question
| January 21, 2010 4:47 AM
Access Database, Crystal Reports, Microsoft Access, VB6, Visual Basic
i am making a project in vb 6 using ms access as a database. i am making report in crystal report and want to export that repot in pdf format.





