Hi
I'm just starting out in vb, i'm using .net and was wondering if there was an option or a small amount of code to make the main() function of a module not quit out.
At the moment it runs through the code once then stops the application. I want the application to persist indefinatly.
Is there an easy way to do this?
I want to use a module or something similar so that i can create multiple instances of a form (and have the rest stay open when one closes)

Thanks

J