除doevent(
)外,另一种方式是,在这种无限循环中,另一种形式控制。
我希望与背景工作者一起这样做,但我失败了。
private void button1_Click(object sender, EventArgs e)
{
while (true)
{
Application.DoEvents(); //how i can use the backgrondworker in this place
}
}