New to VB.Net from VB6
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Simply, Declare an instance of your form and call the Show method.
Dim myForm As New Form2 myForm.Show()
Michael But you know when the truth is told, That you can get what you want or you can just get old, Your're going to kick off before you even get halfway through. When will you realise... Vienna waits for you? - "The Stranger," Billy Joel
-
Simply, Declare an instance of your form and call the Show method.
Dim myForm As New Form2 myForm.Show()
Michael But you know when the truth is told, That you can get what you want or you can just get old, Your're going to kick off before you even get halfway through. When will you realise... Vienna waits for you? - "The Stranger," Billy Joel