Bloodstein
Member
- Joined
- Jul 1, 2003
- Messages
- 10
Ive got this module with a Sub Main() Method. In that, im making a call to show a form (frmBlah.Show()). Now, what happens is that, the form is shown but the program exits almost immediately. So basically, u get like a brief flash of the form and thats it.
I want the form to be shown and until the user exits the form, the form must remain visible and the program running. Is there anyway I can do this?
I want the form to be shown and until the user exits the form, the form must remain visible and the program running. Is there anyway I can do this?