11-17-2009, 02:20 AM
done by a Timer just add one to your form the code i used is below
hope it helped
Code:
For the button:
If TextBox1.Text = "supportf" Then
TextBox2.Text = "1337leet"
Timer1.Start()
For the Timer1:
ProgressBar1.Increment(+1)
If ProgressBar1.Value = 100 Then
Form1.Show()
hope it helped