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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top