Tag Archives: delegates

Updating WPF windows from background threads

One of the most confusing things to do in a Windows application is to update your window or its controls from a background thread. Window controls will only allow updates from the main application thread. This problem existed back in … Continue reading

Posted in WPF | Tagged , , | Comments Off on Updating WPF windows from background threads