C#编程中如何在窗体上加上一个进度条,代码怎么写?

2024-12-22 21:29:56
推荐回答(2个)
回答1:

ProgressBar控件就行
progressBar1.Maximum = 20;
再用个Timer 让它自动增加

回答2:

使用Progressbar控件