G
Guest
Hello,
How do you load a new secondary form in C#. This is the VB form style:
' Declare & instantiate
Dim form2 As New Form2()
' Then Show it
form2.Show()
Thank you iin advance
Ant
How do you load a new secondary form in C#. This is the VB form style:
' Declare & instantiate
Dim form2 As New Form2()
' Then Show it
form2.Show()
Thank you iin advance
Ant