Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,375,562

[ VB.NET ] How to use progress bars

Tutorial Name: [ VB.NET ] How to use progress bars  

Category: PC Tutorials

Submitted By: PMSL

Date Added:

Comments: 1

Views: 1,550

Related Forum: PC Building Forum

Share:

Step 1 : Add 1 Timer, 1 Button and 1 progressbar.

Step 2 : double click on the button1 and enter the text "Timer1.start" As shown below.

[ Register or Signin to view external links. ]


Step 3 : Navigate Back to your form and double click on the timer1, when code appears Type the following code:

Progressbar1.increment(1)
If progressbar1.value = 100 then
timer1.stop
msgbox("YOUR TEXT")


[ Register or Signin to view external links. ]


Now just run your program and you should be good to go.

Note - The number inside the brackets is the speed of the progress bar.

Ratings

Current rating: 5.00 by 3 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"[ VB.NET ] How to use progress bars" :: Login/Create an Account :: 1 comment

If you would like to post a comment please signin to your account or register for an account.

KatsumiPosted:

Thanks for the tutorial! Very detailed and is sure to help out many