I'm new to VB.NET but not VB 6.0. I know that in VB 6.0 you could load and show another form with
VB Code:
  1. Form.show()
or
VB Code:
  1. Load Form
from within another form but I seem to be having problems with this in .NET. Can someone please show me how to do this.