1、程序入口添加:Control.CheckForIllegalCrossThreadCalls = false; 2、刷新控件上添加Invoke方法:this.Invoke(handler, new object[] { e });