J
jernej goricki
Hi,
Im trying to load a form from sub main in my module like this:
Module MainModule
Sub main()
Dim StartForm As MainFrame
StartForm = New MainFrame()
StartForm.Show()
End Sub
End Module
But the form just blinks for a second and then it dissapears??
Why??
Im trying to load a form from sub main in my module like this:
Module MainModule
Sub main()
Dim StartForm As MainFrame
StartForm = New MainFrame()
StartForm.Show()
End Sub
End Module
But the form just blinks for a second and then it dissapears??
Why??