Tagged Questions
2
votes
1answer
190 views
Reading the content of a PDA directory while sync with ActiveSync
I have a project in which I would need to copy files found within a PDA (in my case, it's a MC3000 if that makes any difference). I have ActiveSync installed and it create the syncronisation folder ...
1
vote
1answer
355 views
how to remotely install certificate on Windows CE using RAPI and ActiveSync
I'm creating .NET application which connects to WindowsCE device using Active Sync. I'm using OpenNETCF.Desktop.Communication.dll library to connect via RAPI but I didn't find any way to install the ...
1
vote
1answer
412 views
IRAPIStream COM Interface in .NET
I'm trying to use the OpenNETCF RAPI class to interact with a windows mobile device using the RAPI.Invoke() method.
According to the following article:
...