为什么我用2003的时候可以用this.close而2005的时候用this.close就不管用?
为什么我用2003的时候可以用this.close而2005的时候用this.close就不管用?
------解决方案--------------------.net 2.0中不可以從非創建控件的線程中訪問控件。必須使用委托。
------解决方案--------------------2005出于安全考虑,默认控件不能跨线程访问,必须设定一下。
Control.CheckForIllegalCrossThreadCalls = false;