Put a GUI control on a different thread?

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2010-03-01T05:10:55Z Indexed on 2010/05/25 20:51 UTC
Read the original article Hit count: 157

Filed under:
|
|
|
|

I'm assuming it's possibly to do so as programs like google chrome have gone one better and put each tab on a separate process. So how can i put a GUI control such as a datagridview on a separate thread?

© Stack Overflow or respective owner

Related posts about c#

Related posts about gui