C# – Updating the UI from a separate thread « ian.NET
Cross-thread operation not valid: Control 'textBox1' accessed from a thread other than the thread it was created on. This is the error message that Visual Studio will throw if you try to update your UI from a separate thread. Here's a quick example to avo
iandotnet.wordpress.com |