摘要:
参考地址:http://stackoverflow.com/questions/142003/cross-thread-operation-not-valid-control-accessed-from-a-thread-other-than-the-t解决方法:使用代理 decimal lightHorizontalAngle = 0; if (this.cbLightHorizontalAngle.InvokeRequired) { this.cbLightHorizontalAngle.Invoke(new MethodInvoker(delegate { lightHorizontal 阅读全文
posted @ 2011-05-06 15:43
think8848
阅读(297)
评论(0)
推荐(0)
浙公网安备 33010602011771号