Page 1 of 1

Advanced Loading Screen

Posted: Wed Mar 16, 2011 3:02 pm
by MrAlicard
Advanced Loading Screen/Live Loading Screen

First Step
New Project. :P

Second Step
Create New Form(Form2) and Form1 add Timer.

Third Step
Douple click Timer1 and add:
Code: Select all
Form2.Show()
        Me.Close()
Go to My Project and Shutdown Mode select: When last form closes . And Timer1 option the Interval.
Source file the in attachment.

Re: Advanced Loading Screen

Posted: Wed Mar 16, 2011 3:28 pm
by Usman55
Not trying to be rude but this should go in the snippets section.

Re: Advanced Loading Screen

Posted: Fri Mar 18, 2011 1:36 am
by zachman61
What is this exactly?
just a form closing and opening a new one?

Re: Advanced Loading Screen

Posted: Fri Mar 18, 2011 8:15 am
by MrAlicard
Just like the Splash can be configured to start then the form2.

Re: Advanced Loading Screen

Posted: Mon Apr 18, 2011 11:06 pm
by Agust1337
There is a form called SplashScreen if you click on New Item button