stixoffire Profile
This user has contributed 1 articles, 1 code samples and posted 4 messages in our discussion forums.
Technology Interests
Articles & Tutorials-
I was looking for a way to get the network folder path when using the folder browser control, and I searched and searched and could not find it. So now I am posting this code .
. 
Code Samples-
This little bit of VB .NET code will allow you to get the PATH including the Network Path from Folder Browser. Then you can use the function to populate a listbox with the files in that folder.
I needed to get the network PATH and it seemed impossible that somhow FOLDER BROWSE did not include NETWORK support. This simple code will give you that functionality. CHEERS.. 
|