http://www.codeproject.com/Articles/10311/What-s-up-with-BeginInvoke http://www.codeproject.com/Articles/37642/Avoiding-InvokeRequired static class ControlExtensions { static public void UIThread(this Control control, Action code) { if (control.Invok…