Loading Screen Tutorial
Difficulty; VERY EASY
Things needed
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 ;
Timer1
Code:
ProgressBar1.Increment(1)
If ProgressBar1.Value = ProgressBar1.Maximum Then
Me.Hide()
Form2.Show()
Timer1.Stop()
End If
Form1
Tutorial By; Zerb ~ Leave A Comment Below
Nice and easy for the beginners, good job. This can be a useful little project for a beginner.
Thanks, I tought I wad going to get laughed at for posting such a simple code/tutorial
Nah keep up the good work, would like to see some more.
Not actually a loading screen. It doesn't load anything, it just slows down the boot of your application.
(12-12-2010, 10:57 PM)thanasis2028 Wrote: [ -> ]Not actually a loading screen. It doesn't load anything, it just slows down the boot of your application.
I don't under stand what your trying to say, In my eyes it's a loading screen.
For example, If you have something you want some one to read befor using your program this would be useful.
nice share, could be usefull for me ^_^
(12-12-2010, 11:21 PM)Bump Wrote: [ -> ]I don't under stand what your trying to say, In my eyes it's a loading screen.
For example, If you have something you want some one to read befor using your program this would be useful.
It's a nice share, but I don't think "loading" is the right term to use.
(12-13-2010, 06:24 AM)Cybr Wrote: [ -> ]It's a nice share, but I don't think "loading" is the right term to use.
What do you suggest I change the title to I dont want it to be missleading.
It's not that cool, but decent work there buddy!