發現你的元件不能跑
試看看這樣的方式
if (InvokeRequired)
{
this.Invoke(new MethodInvoker(delegate
{
textBox1.Text += "Hi";
textBox2.Text += "OK!!";
}));
return;
}
沒有留言:
張貼留言