C# Access main window thread from another thread c# April 11, 2020 admin 0 Comments .net, .net framework, c#, delegate, invoke, mainwindow control, methodinvoker, thread, windows forms this.Invoke(new MethodInvoker(delegate { MessageBox.Show("Connected"); }));