1.窗体构造函数中写Control.CheckForIllegalCrossThreadCalls =false;
2.Invoke(new MethodInvoker(delegate() { //do something... }));