Programming with activesync

  • Thread starter Thread starter RC
  • Start date Start date
R

RC

I would like to use ActiveSync to synchronize a WinCe.NET 4.2 running PC
with an XP
running PC, in a C# program. But it seems it is quite unusual ; I found no
example for such a case on the Web.
Is it possible to make it? Did anybody ever do it? Is there something about
that on the Web?

Thanks
 
You can use RAPI fairly easily to do data transfers - see the
OpenNETCF.Desktop.Communication libraries. For true synchronization you
have to use C++.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Back
Top