Q: ActiveSync and C#

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hi!

I am currently developing an application for WinMobile 6 Std and an
application for a Windows Desktop.

I have been looking for information on how to interact with ActiveSync.
Basicly what i want to do is when
the telephone is connected to the computer i want from my Windows program
download information that my mobil application has stored.

Is there no way to handle this in C#, all i can see is on how to do it in
C++, and i cant do C++ .(

Regards
Martin
 
You can get files, etc. from the desktop side using the OpenNETCF RAPI
wrapper, which wraps the desktop-side APIs that you're worried about.
www.opennetcf.com

Paul T.
 
By the sounds of things, the way I would design this would be to drive this
from the device (client) and write a server that runs on the desktop that
receives the data from the device when required.
 
Back
Top