Summary: I wish to have a 5 minute countdown on a form in VB6 that can be overidden by a button click that then shells out to a windows installer. If the end u...
Summary: hello! I wrote a simple application, nothing great. I want the user not to be able to change the size of the login form. Using VB6, can anyone tell me...
Summary: In VB6 i want to show random colors when my form will load.Please cany one write the complete code using Timer control. because Timer will be used for...
Summary: VB6->SQL2000 How do you make a standard master/detail form in VB? I'm trying to do a simple master/detail form and I can't get it working properly. I...
Summary: Hi everybody, I am making a application to work with on a office. And this is my problem: How do i make a form that has other form in it that are lock...
Summary: When I make a program in VB6 and I change the font of a button, or the style (i.e. Bold), I see no difference when I run the program: All the buttons,...
Summary: Iam using a database application i.e ADO in vb6. In backend iam using MS Access . The problem is when i press the save button to save my data in the...
Summary: Hi there, Hope one of you guys can give me a hint on the following. A while now I'm trying in VB6 to get the mouse coordinates, but not as absolute co...
Summary: I cannot view forms in Visual Basic 6, even after reinstalled five times. Whenever I go to view a form I get the following error VB6 caused an invalid...
Summary: Hi folks, I'm hoping someone can help me. I searched this site for similar issues, but didn't come up with any answers to my problem. I have a few ht...
Summary: i badly need a project of library automation project in vb6 with source code and having RDBMS (MS ACCESS) connectivity. if any can help me out. ...
Summary: I see that the answer is in C++, I am familiar with classes in C++; However unfamiliar with the way it is implemented in VB6 and it's interaction wit...
Summary: Carven: To read from a file in VB6, try this: Private Sub Reading_Click() Dim variable1 As String Open "c:\My Documents\sample.txt" For Input As...
Summary: Hi, I have seen a strange syntax in VB6. Here is a fragment of the code: Example1: On error go to errHandler 25 More code ........ Example2: Dim i as...
Summary: I want to retreive the data offered by a switching center (Meridian1/Nortel)through a serial connection, using a program written in VB6. Should I use ...
Summary: My pc has Adobe Acrobat 5.0. I use scan machine to scan a form into Adobe PDF file. but I can not fill out this form in Adobe Acrobat 5.0. In Acrobat ...
Summary: I have a very old black and white tv camera that can connect to the s-video on a TV Capture card. I want to build a program that takes the streamed da...
Summary: Hi, I would like to know how I can play a wave file over and over and over none stop. using the MCI control in VB6. Please, help! anything is appreci...
Summary: HOW CAN I RUN UNIX COMMANDS in VB6? i have started TELNET using APPACTIVATE and Shell function how can i login into the telnet using vb6 ? call me on ...
Summary: I want to use Switch Statement in VB6 .I have three option buttons & a command button .I want that when i select option1 & press my command button & w...
Summary: Ok I am trying to load text from a file into a multiline text box and it loads all the lines except its loading them all over each other on the first ...
Summary: IN VB6 i want to save my text file .I use Rich text & for saving my file i use Microsoft CoomonDialog. When i press the save button it show me a di...