ActiveSync Service Provider

  • Thread starter Thread starter Joe Audette
  • Start date Start date
J

Joe Audette

I am interested in implementing an ActiveSync Service
Provider to sync data files between a desktop app and a
C# PocketPC app. Can this be done in VB 6 or must it be
in C++?

Anyone have any links for how to do this in VB 6?

Thanks,

Joe Audette
 
Not that you asked, but...
I looked at this and punted.

I relied on the activesync file synchronization. My desktop app just saved
to a file (xml file), and the PPC app grabbed the xml file. I just had to
make sure file sync was enabled in activesync. Much simpler.

Also you may want to check out RAPI;
and see
www.opennetcf.org
specifically the communication library.
http://www.opennetcf.org/communication.asp

-D
 
Back
Top