Tag: gui

Update the GUI from a different thread in C#

Update the GUI from a different thread in C#

You can't directly update UI elements from a background thread in C#. Doing so will lead to exceptions and unpredictable behavior because UI controls [...]
1 / 1 POSTS