Reputation: 702
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?
Upvotes: 0
Views: 1440
Reputation: 67188
You need to use RAPI
. There's a managed wrapper for version 1 here and a managed wrapper for version 2 here.
Upvotes: 1