You just set the .Min and .Max values as required (or leave the defaults which I think are 0 and 100). Then to show your progress in some task, you periodically update the .Value property to show how far through you are.
You just set the .Min and .Max values as required (or leave the defaults which I think are 0 and 100). Then to show your progress in some task, you periodically update the .Value property to show how far through you are.
Um... there isn't really any "how" to tell you. It's a property. You set it to a number.
If you need to know the basics of how to use a control or set a property, then you should have a look on the web for VB tutorials - there are lots of them out there.
Comment