Tutorials Navigation
[ 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,573
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.
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")
If progressbar1.value = 100 then
timer1.stop
msgbox("YOUR TEXT")
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
Comments
Related Tutorials
- 01. Emulating Xbox 360 on PC for Running COD4 With Mods(3,497)
- 02. How to: Matrix Numbers | Batch File(1,905)
- 03. How to Password Protect Files on Windows(857)
- 04. How to play Socom 2/3/ and Combined Assault on PC(6,732)
- 05. Modern Warfare 2 Vac Ban Bypass Tutorial(6,138)
- 06. How to embed an image on TheTechGame(3,100)
- 07. [PC] NIOH 2 OTHER USER SAVE RESIGN(12,986)
- 08. Host bot lobbies! Full Tutorial!(11,274)
- 09. Unban yourself [Plutonium BO2](14,243)
- 10. Fall Guys - How to Change Your Name Color on Fall Guys(8,387)
- 11. Best Crosshair Settings for Valorant(6,529)
- 12. Othercide The Surgeon Boss Guide(2,544)
- 13. Othercide Remembrances Unlock Guide(4,467)
- 14. Othercide Beginners Tips and Tricks(2,711)
- 15. How to Fix Grounded Crashes, Loading Time, Low FPS and Other(4,847)
"[ VB.NET ] How to use progress bars" :: Login/Create an Account :: 1 comment