Transfer file from Pocket PC to Desktop

  • Thread starter Thread starter Conrad
  • Start date Start date
C

Conrad

Hello. I have a vb.net application that starts automatically when a Pocket
PC is docked with the workstation. The application allows the user to
choose a location on the network that they want an XML file on the Pocket PC
copied to. The problem is that I am not sure how to access the file on the
Pocket PC from the workstation through code. I assume that I need to make
some sort of call through Active Synch. Anyone know how to do this?
Thanks.

Conrad
 
Hi,

So that Chris doesn't have to say this:
OpenNetCF.org has released v1.6 of the OpenNETCF.Desktop.Communication
Library.

The Desktop.Communication Library contains classes used for communicating
with a CE device from a PC such as Microsoft's Remote API (RAPI).

We've made the entire library CLS-Compliant, filled holes in the
documentation, and fixed some minor bugs.

Get the source and binaries here:
http://www.opennetcf.org/communication.asp

A sample is available here:
http://www.opennetcf.org/samples.asp

All OpenNETCF.org libraries are covered by the OpenNETCF Shared Source
License. For more
information visit:
http://www.opennetcf.org/License.asp

--
Chris Tacke, eMVP
Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net
<<<<<<<<<<<<<<<<<<<<<<

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
Back
Top