| I NEED URGENT HELP WITH VISUAL BASIC 6 programming?

I NEED URGENT HELP WITH VISUAL BASIC 6 programming?

gogy_3 asked:


The code for address example in VB 6 is not working. How to fix this ?

Please help, I found the file on this link:

http://www.vbcodesource.com/exampleEx.html

It is a very 1st example in the table named: “Address Book Database”

When I start the program in VB6 and click on Add, after entering all the info in text fields, the program crashes. WHY ??? How to fix this ?

Please help. Thank you so very much in advance !!!

Related posts:

  1. visual basic programming? Raghubir S asked: hi all my knowledge of visual basic...
  2. How to write a program in Visual Basic to add, update, or delete records? Kevin asked: Okay, I’m about stressed to the limits right...
  3. How to create a login form in visual basic which is linked to SQL server database? HELP? Zacken asked: I’m creating a database program in Visual basic...
  4. Can anybody send me some notes for MS visual basic programming? Jaya asked: I am a biginer of in programming in...
  5. What is will I use if i want to make a program in visual basic which ask for a username, password? Kenz asked: Im tying to make a project in visual...

Filed Under Programming & Design |

Tagged With , ,

Comments

3 Responses to “I NEED URGENT HELP WITH VISUAL BASIC 6 programming?”

  1. Tim on May 6th, 2009 7:05 pm

    Double-click on frmMain.
    Click on the Data bar towards the bottom of the form.
    Click on DatabaseName in the Properties.
    Click on the … and find where the database actually resides.

    Then everything will work correctly…

  2. Joe_Young on May 7th, 2009 9:36 pm

    Gogy without looking at your code I am un-able to help you. If you send me the code I will help you. Now to learn VB6 here is proper link

    Enough now learn

  3. Steve on May 9th, 2009 3:14 pm

    I would like to know what error message you might be getting when the computer crashes. The following steps might help you get started at least over the “Add” button.

    In the project window select “view object”
    Click on the Data Tool on the form and then select the properties DatabaseName. Enter the path of where the database is located. Then try running the program again. The add button should work.

    I would like to know the error you are getting or define “program crashes”. It seems unusual the program would just stop working especially if you are working in VB 6. I hope this helps.

    After looking over the code and the buttons can you, Question Asker, tell me what the designer should do to better his code and the interface (form)?