c#, Pocket PC, Sending to Storage Card

  • Thread starter Thread starter David
  • Start date Start date
D

David

Is there a way in c# to send a file to a Pocket PC's Storage Card?
Eg. how can I access a ppc CARD WHEN THE unit is synced into the
computer?

Thanks
 
David,

You will probably have to use a COM API to access it. I believe that
there is (or there should be) a COM API for ActiveSync (which is used to
synchronize Pocket PC and a regular PC), which you could then access through
the COM interop layer in .NET.

Hope this helps.
 
Back
Top