I'm moving from Vb6 to VB.Net. I have a feeling this has come up
before...
The VS.Net MSDN file seems to state that the following should work:
Form1.Show
Form1.Visible = True
Form1.Hide
Form1.Visible = False
Load (Form1)
Unload (Form1) or perhaps Close (Form1)
Yet, as you know, none of these work. I also checked a book on
converting VB6 to VB.Net, and it also seems to say that the above is
correct. So I'm guessing my syntax is wrong. Corrections will be
appreciated, particularly since I've been pulling my hair out doing
this and I'm starting to run low on hair...
Thanks
Comment