VB.NET loading forms

Programming, for all ages and all languages.
Post Reply
nuno_silva_pt

VB.NET loading forms

Post by nuno_silva_pt »

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?
smartguy240

Re:VB.NET loading forms

Post by smartguy240 »

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 :(
Post Reply