Thursday, November 28, 2013

Winform Gui Thread

You can use this extension to create simple shortcut to Invoke



Example of usage
this.Invoke(() => label1.Text = "complete");

Multithreading : winforms Error handling

This is code handling exceptions from threads.