Search code examples
vb.netfile-iowindows-mobilecompact-frameworkwindows-ce

How do I copy a file from mobile device to desktop?


From a Windows mobile app (VB.Net), I want to be able to copy a file from the mobile device to a desktop (during a direct connection to the desktop). Is there a quick and simple way to do this?


Solution

  • You need to use RAPI. There's a managed wrapper for version 1 here and a managed wrapper for version 2 here.