Dragonfire Posted February 24, 2007 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.
Kyougi Posted February 24, 2007 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.
Dragonfire Posted March 4, 2007 Author 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now