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...