Dragonfire Posted February 24, 2007 Share Posted February 24, 2007 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. Quote Link to comment Share on other sites More sharing options...
Kyougi Posted February 24, 2007 Share Posted February 24, 2007 It needs to be: MsgBox ("Welcome" & TxtName.Text) As for editing text files, I don't know. vB sucks anyways. The least you should go is vB.NET. Quote Link to comment Share on other sites More sharing options...
Dragonfire Posted March 4, 2007 Author Share Posted March 4, 2007 thanks for the help and i live in karachi,pakistan and I have tried lots of shops for visual basic.NET and visual studio.NET but am unable to find it. If any of you live in karachi, please tell me where I could get it from. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.