Controlling form elements from a different thread in Windows Mobile

Posted by d1k_is on Stack Overflow See other posts from Stack Overflow or by d1k_is
Published on 2010-06-14T12:44:31Z Indexed on 2010/06/14 12:52 UTC
Read the original article Hit count: 111

Filed under:
|
|

Trying to get a thread to change form controls in Windows Mobile.

Throws an unsupported exception.

Does this mean it cant be done at all?

If not, how do I go about this? Forms are created in the Parent/Main thread then a thread is created to do some work in the background but I want to make it so the Background thread can update the form to show its completed...

© Stack Overflow or respective owner

Related posts about c#

Related posts about forms