Programming the ProgressBar Control

The ProgressBar control gives your users a graphical representation of how an operation is progressing. This is useful when your application needs to perform a very time-consuming operation and you do not want the user to think the application has crashed or entered an endless loop.

The ProgressBar control is controlled by three Int32 properties: Minimum, Maximum, and Value. The Minimum and Maximum values define the minimum and maximum values of the ProgressBar control. The Value property defines the ProgressBar control's current value. The ProgressBar will be filled in from left to right as the Value property moves increasingly away from the Minimum value toward the Maximum value. The ProgressBar control is ...

Get Microsoft® .NET Compact Framework Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.