How can I run a exe in the start up of a windows mobile device
Mobile
5
Posts
5
Posters
0
Views
1
Watching
-
Under WinCE if you put an EXE into an AutoRun folder then it will run at startup.
-
There's an entire article here on CodeProject discussion all the ways you can trigger a program to startup. Automatically Starting Your Application on Windows Mobile[^]
Joel Ivory Johnson