In WPF, to run something on the GUI thread, you need to use BeginInvoke on the Dispatcher. You can get the Dispatcher off any control on your form.
↧
In WPF, to run something on the GUI thread, you need to use BeginInvoke on the Dispatcher. You can get the Dispatcher off any control on your form.