Jump to content

need help with vb 6.0


Recommended Posts

Please can anyone help me out with visual basic 6.0. There are two problems im having. The first problem is that whenever i try to make a code that displays the message with the persons name

 

i tried these codes for it:

 

MsgBox "Welcome", txtname

MsgBox ("Welcome" txtname)

MsgBox "Welcome" txtname

MsgBox "Welcome" txtname.Text

MsgBox ("Welcome" txtname.Text)

MsgBox "Welcome" txtname.Text

 

but it still gives errors..

 

the second problem is that i cant seem to find a way to make my program edit text files, open text files and create or save new ones.

 

Please help me out with this. Waiting for help.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...