downloading / uploading files to pocketpc device.

  • Thread starter Thread starter Daniel Bass
  • Start date Start date
D

Daniel Bass

Hi,

In regards to an application I'm writing...

All I need to do is check that a device is docked and connected via
ActiveSync (any version, latest preferably), and if there is a device
connected, then copy some files to the device from the pc that the device is
connected to, or from the pc to the device.

I imagined it using the same process as the CeCopy tool that comes with the
windows mobile power toys, but I've no idea how this utility accomplishes
this.

Both the pc app, and device apps that I'm writing are developed with VS.Net
2003 in c#.

Thanks.

Daniel.
 
Use the OpenNETCF.org Desktop.Communication Library. This should give you all the functionality you need

Mark Arteaga
 
Daniel

Have a look at http://www.opennetcf.org, there is a Desktp.Communication library that will help you with what you are after. From the home page select Source Projects and you will find it there

Hope this helps
Chris.
 
Back
Top