Advanced Loading Screen
Posted: Wed Mar 16, 2011 3:02 pm
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:
Source file the in attachment.
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
Go to My Project and Shutdown Mode select: When last form closes . And Timer1 option the Interval.Form2.Show()
Me.Close()
Source file the in attachment.