I am trying to write a program that will start when a Windows Mobile device is connected, according to Microsoft documentation , to do this in:
If you want your RAPI application to automatically run when the Windows Mobile Device connects to your desktop computer, do not put your application in StartUp or allow autorun. Instead, sign in. It automatically starts ActiveSync when connected to the device. See MSDN for more information.
How to do it?
source
share