Hi all..
I've just started off on VB.NET. On trying to load (show) one from from within another, I found that i had to 'instantiate' the form as

Dim newForm as new Form2()
newForm.show()

I didn't have to do this in VB6.0.... is that cause in VB6.0, i had the variable declaration reqd turned off? Can i turn it off in VB.NET? Is that a good practice?

hoping for an answer...
Dylan