Accessing UI thread of a form?

Posted by Nick Brooks on Stack Overflow See other posts from Stack Overflow or by Nick Brooks
Published on 2010-03-21T04:12:44Z Indexed on 2010/03/21 4:21 UTC
Read the original article Hit count: 419

Filed under:
|
|

I'm using C# and I'm making an application where a lot of UI loading must be done in background. Is it possible to do it unsafely and ignore InvalidOperationExceptions? The only way I found it to put try...catch statements around every single line of code but this will take ages as there is too much code.

© Stack Overflow or respective owner

Related posts about c#

Related posts about threads