Threadからフォームなどをコントロールする

Threadから別フォームを操作する場合

this.Invoke(
(MethodInvoker)delegate()
{
TextBox1.text = "";
});
最終更新:2010年07月04日 12:26