除doevent()
之外,另一种方式是,在此无限循环中运行另一个控件。
我想和背景工作者一起做,但我失败了。
private void button1_Click(object sender, EventArgs e)
{
while (true)
{
Application.DoEvents(); //how i can use the backgrondworker in this place
}
}