保持progressBar的默认Mininum=0不变,在任务开始时设置Maximum的值为任务总数,如有10个任务,则设置
【WinForm控制progressBar 进度的一个简单方法】progressBar1.Maximum=10;
当完成一个任务时Value就加1:
progressBar1.Value++;
推荐阅读
- (转)c#中WinForm的TextBox循环自动滚动
- c#用法技巧|c# winform 通过编程取消事件(event)的注册
- winform|C# winform progressbar +label显示进度
- winform|C#简单使用winform进度条实例
- winform|分享一组好看的 winform 开关按钮
- Win|FindWindow, FindWindowEx, SendMessage, SetForegroundWindow 使用