Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to use " ProgressBar " tool in VB.NET windowForms?
Posted

Why not simply looking in MSDN help on this control?!
—SA
 
Share this answer
 
Comments
Muhamamd Islam 13-Mar-11 16:31pm    
good way of guidance.
Sergey Alexandrovich Kryukov 13-Mar-11 17:04pm    
Looks too simple, but what is easier?
--SA
Espen Harlinn 13-Mar-11 16:37pm    
Nice suggestion, my 5
Sergey Alexandrovich Kryukov 13-Mar-11 17:05pm    
Thank you, the easiest not just for my but I hope for OP, too. At least, it should be.
--SA
Well the Progress Bar is a control and you can add it to your code.

From that moment and on you can call it iscide of your code by seting the number of start point the final number and of course in the parts of your code (which you want to monitor there progress) you will add a number to the the start number until you will finish in your final.

Now all these things you may discover when you will call "StatusBar1. " then you will understand what I'm saying.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900