How can i load a new form in vb.net like:
I have the "loading" form and after 2 seconds, i want to load the "init" form.
How can i do this?
VB.NET loading forms
Re:VB.NET loading forms
well...i know that in VB6 you have a module called Sub main and you can make it to where a splash screen comes up and when it is done loading it will go away....but i dont really remember how