摘要: 问题产生和现象:垮线程调用控件属性,现象如下:解决方法:方法1[代码]方法2[代码]通用起见,可以考虑这样做:[代码]备注:Control.InvokeRequired PropertyUsageGets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.Property 阅读全文
posted @ 2011-01-01 10:52 cnbwang 阅读(2877) 评论(1) 推荐(1)