标签:
线程间操作无效: 从不是创建控件“Control Name‘”的线程访问它问题的解决方案及原理分析
http://blog.csdn.net/kingboy2008/article/details/6529362
原理解释的可以
就是解决方法有点啰嗦
就是报错的地方(调用函数的地方)
refreshLog()
替换
MethodInvoker methodInvoker=new MethodInvoker(refreshLog);
this.BeginInvoke(methodInvoker);
标签:
原文地址:http://www.cnblogs.com/linkarl/p/4711370.html