About RDA with ActiveSync in .Net Compact Framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,
I am trying to carry out RDA with ActiveSync and code it in .Net Compact
Framework. Does any libraries support this feature? Thanks for your help
 
Dan / Van:

ActiveSync is a desktop tool that can provide a 'trigger' when the device
connects. What then? RAPI? A close look at the OpenNETCF desktop
communications namespace is in order. You will need to look at CreateProcess
and code both the desktop and handheld applications to be aware of each
other. It is _very_ important not to underestimate the ballet that needs to
take place in automation.

Rick Winscot
www.zyche.com
 
Back
Top