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


Messages In This Thread
[SIMPLE] Loading Screen VB [TUTORIAL] - by Zerb - 12-12-2010, 08:46 PM

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: 4 Guest(s)