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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top