gotchya, i guess my question is more clearly, is there anyway to lockdown the phone to that invisible style of all of this running and phone performing normally with a loading picture or screen on, (so the user cannot see anything but the processes are still being completed as usuall. (
Main Topics
Browse All Topics





by: eeBrandonPosted on 2009-07-29 at 19:30:46ID: 24976286
I would write this in unamanaged C++, ideally in Visual Studio (since you can test on their device emulators easily). This code does not look overly complicated (though completely locking down the device can be a pain).
If you can get a copy of Visual Studio and install the WIndows Mobile 5.0 SDK, you can basically just search MSDN for each function you're trying to perform.
Runwait looks a lot like "CreateProcess," RegRead would be the Registry API , etc. Basically just the pains of learning a new language or API. All the calls are different =).