file transfer from PPC application

  • Thread starter Thread starter seebRnet
  • Start date Start date
S

seebRnet

Do you know the equivalent class of
OpennetCF.Desktop.Communication.RAPI for PPC application ? In fact, I
develop an application for PPC in C# and I want to transfer files from
the PPC application without controling anything on the PC.

Thanks for your help

C#########
- seebRnet -
 
There is no such analogous piece. The OpenNETCF library rides on the
existing ActiveSync architecture, and ActiveSync is driven by the PC. If
you want the other direction, you'll have to roll your own with a "listener"
on the PC.

-Chris
 
Back
Top