|
-
Oct 12th, 2003, 10:33 AM
#1
Thread Starter
Fanatic Member
Back to Basics...
Hi everyone,
I was just wondering if anyone could please tell me where I could go to learn the absolute basics for VB.Net which have been changed from VB6, because I cant do something so simple anymore.
The actual problem I got which is so simple is that I cant make a form visible or invisible using code.
VB Code:
Form1.Visible = True
Form2.Visible = False
Thats obviously how you would do it in VB6, but even that wont work in VB.Net now! The method used after an upgrade of a vb6 program to vb.net doesnt work either. It uses some sort of DefInstance (if thats right, cant remmeber).
Also about Unloading a form, thats changed aswell.
I dont know what parts in my books has this info so i need to ask here.
Thanks very much,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|