How do i do background processing in Windows Mobile 6
- by d1k_is
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?