from desktop app to device

  • Thread starter Thread starter Taryon
  • Start date Start date
T

Taryon

Hello all!
How can i send to a device, connected by activesync, one file from a desktop
application?
 
You can do this using RAPI (Remote API). If your desktop application is a
..NET application then you can use the OpenNETCF Communication library which
is a managed library around RAPI and related functionality. You can copy
files to the device, manipulate the registry etc from a desktop
application - www.opennetcf.org/communication.asp

Peter
 
Back
Top