Posts Tagged Cross-thread
Cross-thread operation not valid: .NET Cross Threading To Update Form Control
Posted by Eric in .NET 2.0, .NET 3.5, Code Snippets on September 3, 2009
So you get the “Cross-thread operation not valid” error because you are trying to update an object on your form from a thread. I am not going to try to “glamor” you (True Blood reference) with fundamentals of delegates, threading, etc. If that is what you are looking for, search Google and you will find [...]




