Loading Screen Tutorial
Difficulty; VERY EASY
Things needed
Timer
Progress Bar
Your 2nd Form [Your Actual Project]
Timer
Progress Bar
Your 2nd Form [Your Actual Project]
Form1 - Add your timer and progress bar 1st
Form1 - Loading Text Or Disclaimer, Or Other Stuff You Want
Form2 - Your actual project/program
Example ;
Form1 - Loading Text Or Disclaimer, Or Other Stuff You Want
Form2 - Your actual project/program
Example ;
Timer1
Code:
ProgressBar1.Increment(1)
If ProgressBar1.Value = ProgressBar1.Maximum Then
Me.Hide()
Form2.Show()
Timer1.Stop()
End If
Form1
Code:
Timer1.Start
Tutorial By; Zerb ~ Leave A Comment Below