Metacafe Header Takeover

How to Make a Progress Bar in Visual Basic 2008 Express Edition

Tags:
Make Progress Bars In Visual Basic 2008 Express Edition
VistaSchool
  • Affiliate Submitter:
    VistaSchool
  • International International
  • Comments: 0
  • Views: 38
  • Added: 14-Jun-09

This video will show you how to make a quick, simple, and easy progress bar in Visual Basic 2008 Express Edition.

Here are the codes"

BUTTON1 OR "START" IS

Timer1.Start()

BUTTON2 OR "STOP" IS

Timer1.Stop()

TIMER1 IS

Progressbar.increment(+1)

If progressbar1.value = 100 Then

"You can make a msgbox or form pop up when it reaches the value 100"

Click here to subscribe to my channel:
http://www.youtube.com/subscription_center?add_user=VistaSchool

  1. Categories: How To
Comments on

How to Make a Progress Bar in Visual Basic 2008 Express Edition

5 Comments | Add Comment 5 Comments | Add Comment