Detecting when a Pocket PC is docked in a cradle in Windows Mobile 2003
问题 Is is possible to detect when a Pocket Pc device is docked in it's cradle in Windows Mobile 2003 using C#. I want it to call a web-service when the device is put back on charge. 回答1: What about this guys answer. http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesnative/thread/d7e6d896-ff0b-4bb8-969d-3ff516db6782 OpennetCF provide a way to monitor activesync connection status. Like the code below: private void connectAsync_Click(object sender, System.EventArgs e) { m_rapi