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,
