R
rrowe
Admittedly, I am new to VB.NET
I have some real simple code that I am trying to run in VB.NET
Friend Module xxx
Friend F1 As Form1
-----------------
Public Sub Main()
F1 = New Form1
Form1.Show()
End Sub
All I am trying to do is show the form. However, at the End Sub statement
the form closes..... I am confused. Any ideas?
I have some real simple code that I am trying to run in VB.NET
Friend Module xxx
Friend F1 As Form1
-----------------
Public Sub Main()
F1 = New Form1
Form1.Show()
End Sub
All I am trying to do is show the form. However, at the End Sub statement
the form closes..... I am confused. Any ideas?