I\'m copying files from the desktop to a WinCE device (via the RAPI API), and if the main WinCE program is running, I need to kill it, update and restart it again.
Hii... I want to find out the number of Pocket PC devices(In my Case they are RFID reader\'s).Is there any way to do thi using RAPI in C#.net?can you开发者_StackOverflow please help me out....There ca
In many places in our application we have code like this: using(RAPI rapi = new RAPI()) { bool connected = TryToConnectWithTimeout(rapi);
I have a project in which I would need to copy fil开发者_运维百科es found within a PDA (in my case, it\'s a MC3000 if that makes any difference). I have ActiveSync installed and it create the syncroni
this may sound too simple, but I\'m missing something.I need to write a RAPI Windows Console app using C++.I\'m currently using VS2005.I\'ve created a brand new empty Windows Consol app \"MyTestRAPI\"
I\'m trying to get information about a Windows Mobile device from a desktop application (written in C#).
Is it possible to write a WinMo app that copies files from the device to the attached desktop? I know RAPI works from the desktop to the mobile, but I\'d like to turn t开发者_开发技巧hat around if I c
I am referencing OpenNETCF.Desktop.Communication (Rapi.dll) in my project and have the following problem:
The Microsoft RAPI2 interface is designed with the ability to talk to multiple devices. But, ActiveSync 4.5.0 allows only allows one device at a time to connect and only allows it over a USB connectio