start ActiveSync from Pocket Pc using c#

S

SHaul

Hi
I am trying to start ActiveSync Sync. (like the green button...) between
ppc and desktop computer
from a ppc app using c#.
is is possible?

Thanks

Shaul
 
P

Peter Foot [MVP]

Try using the /remote and /all command line arguments e.g.

Process.Start("repllog.exe", "/remote /all")

Peter
 
S

SHaul

Hi and many Thanks

Maybe I am wrong but when I call to repllog.exe, its connect and disconnect
the ppc from the desktop.
I am more interesting in "sync".
like when the ppc is already connected , to press the green button.

many thanks again.

shaul
 

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