having gotten the basics of a remote control type app working on my Windows Mobile 5 Pocket PC I was hoping to employ some multi-threading to enable things like active slider bars for the "Current Tune Position" etc.
however, when I created the forms Timer control and started it up the application locked at the point of btListener.Start();
it appears as though the limit on threads (of a certain type, don't ask me which) is reached when this occurs in the standard app. i'm assuming this to be two threads max as the app requires these - although one is continuously blocked until receipt of a message.
it seems sensible that the timer controls can function with multi threads if you assume they all fire from one system thread. i don't know this for sure, however i did test 3 seperate timer controls working perfectly. However, when the standard bt app is listening, just starting one more timer control or system thread locks up the application completely.
am i reading this wrong or is there a way round this?
matt