Many people keep asking "How do you show the percentage for the progress bar"
Well it is actually quite simple
All you have to do is add just 2 lines of code:
ProgressBar1.Increment(1)
Label( ).Text = ProgressBar1.Value
If u still don't understand what I am saying
Then you may download the source code
Note: You need VB 2010 (Sorry)
Download link: http://www.4shared.com/file/e6DNxdIW/VBNET-Progress_Bar_Control.html
No comments:
Post a Comment