form.show() close immediately

  • Thread starter Thread starter antidinosaur
  • Start date Start date
A

antidinosaur

Guest
I am a beginner of vb.net. I know someone asked this question before. But the answer does not work at all. Here is my code:


Sub main()
Dim Form1 As New frmEntry

Form1.Show()

End Sub


The form disappears immediately after it appears.

Continue reading...
 
Back
Top