Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How To make File Or Folder Finder in vb.net
Posted

If this is realy VB.NET - i.e. a web site based solution - then you can't.
The server has no access to the client hardware (except in cases which occur very infrequently) and since VB code runs on the server not the client any file or folder finder would work on the server HDD not the client and browse the Server HDD - a major security risk, even if the web host is set up to allow it, which is not necessarily the case.
 
Share this answer
 
In addition to Griff's post...

If its a Windows Forms application, then you can use OpenFileDialog [^]or FolderBrowserDialog[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900