How do i do background processing in Windows Mobile 6

Posted by d1k_is on Stack Overflow See other posts from Stack Overflow or by d1k_is
Published on 2010-05-04T11:42:12Z Indexed on 2010/05/04 11:48 UTC
Read the original article Hit count: 148

Filed under:
|

Im making a windows mobile app and i was wondering how i go about doing background processing (ie. threading)

The built in .NET class doesnt seem to work properly, they just run the code in the same process, unless thats just the emulator.

Anyway, is there a special way to do this with windows mobile?

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-mobile