摘要: 代码 阅读全文
posted @ 2010-04-29 11:48 A light heart lives long 阅读(2744) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-04-29 11:46 A light heart lives long 阅读(970) 评论(0) 推荐(0) 编辑
摘要: 这种情况是由多线程引起的,在项目中遇到过这样的情况,查了一下网上的解决方法...汗,都不行。只有靠自己了!首先在 static void Main() 函数前加上 [STAThreadAttribute] 然后在新建线程的那个函数 Thread t = new Thread(new ThreadStart(FlyMessage));//新建了一个线程 t.ApartmentState = Apar... 阅读全文
posted @ 2010-04-29 11:44 A light heart lives long 阅读(437) 评论(0) 推荐(0) 编辑