Saturday, April 27, 2013

How to use the ProgressBar control!

Today I am going to show you how to use the progress bar control in VB.NET.


This is fairly simple to do and really takes only 1 line of code.

ProgressBar1.Value = ProgressBar1.Value + 55

This will increment the ProgressBar's value by 55 from whatever value it is. As you can see this is very simple and will be very useful for you. :D



No comments:

Post a Comment