ActiveSync Service Provider

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
 
D

Dino Chiesa [Microsoft]

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
 

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

Top