desktop to windows mobile communication
问题 I want to make a desktop application trigger an event on a Windows Mobile 6 standard device (smartphone). How can I make the smartphone and desktop communicate? Where can I find some code examples of this? I'm using C#... To clarify: It will not be docked with USB. I would like to use WLAN. I want to trigger an event within my application that is already running on the smartphone. 回答1: One solution is to use RAPI. If you do so, then have a look at RAPI communication library at OpenNETCF. This