Vb.net-folderbrowserdialog: Browse Folders In Android Device
With my small app for Windows I want to browse a folder in an Android device when it is connected to the usb port and then import all files from the chosen folder to a pc folder. I
Solution 1:
As mentioned in comment the FolderBrowserDialog can't access Portable Device, therefore, you can tried with some practice below (3rd party library):
http://dev.flauschig.ch/wordpress/?p=212 --> He used FolderBrowserDialog same like you, but reliased it's no use
http://forum.xda-developers.com/showthread.php?t=1512685 --> This required 3.5 .NET
Post a Comment for "Vb.net-folderbrowserdialog: Browse Folders In Android Device"