Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SIMPLE] Loading Screen VB [TUTORIAL]
#1
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 ;
[Image: iPpYO.bmp]


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


Reply
#2
Nice and easy for the beginners, good job. This can be a useful little project for a beginner.
~ Digital-Punk
Reply
#3
Thanks, I tought I wad going to get laughed at for posting such a simple code/tutorial
Reply
#4
Nah keep up the good work, would like to see some more.
~ Digital-Punk
Reply
#5
Not actually a loading screen. It doesn't load anything, it just slows down the boot of your application.
My software company: Porosis Software
Games: Terrantula
Apps: Mathanasis, ColorGrabber
Reply
#6
(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.
Reply
#7
nice share, could be usefull for me ^_^
Reply
#8
(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.
Aut viam inveniam aut faciam.

Reply
#9
(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.
Reply
#10
It's not that cool, but decent work there buddy!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [TuToRiAl] How to make Offline (No Internet) Captcha (Human Confirmation) [TuToRiAl] Resistance 24 12,502 08-30-2012, 10:14 PM
Last Post: Resistance
  {TuToRiAl} How To Verify If Your App. Was Ran As Administrator {TuToRiAl} Resistance 11 6,008 10-11-2011, 04:30 PM
Last Post: Genuine
  {TuToRiAl} How To Create .GIF Animations for Your VB Tutorials {TuToRiAl} Resistance 12 3,823 05-11-2011, 06:53 AM
Last Post: cOld fus1on
  [TuToRiAl] Helpful Newbie Visual Basic Code Snippets[/TuToRiAl] Resistance 5 2,110 05-08-2011, 02:26 PM
Last Post: PURP
  [TuToRiAl] Glass Transparency Graphical User Interface (Awesome) [TuToRiAl] Resistance 30 8,121 04-14-2011, 05:19 PM
Last Post: Emily

Forum Jump:


Users browsing this thread: 3 Guest(s)