Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can I select a folder using EnableBrowse() since i need to select a folder from unmounted network path?And how to override OnBrowse()?
Posted
Updated 14-Feb-13 23:57pm
v5

1 solution

When you set the control to Folder Browse mode using EnableFolderBrowseButton()[^] method it will display a Browse for Folder dialog. This dialog has "Network" (under the root Desktop node) node that allows to select unmounted network PCs.

You will not be able, of cause, to navigate to PCs that are not network discoverable. In order to do so, the user will have to manually type the UNC path in the edit box.

So, I think in your case you can use the control as is, without implementing the OnBrowse method.

I have used the control in my Image Cataloguer[^] article. You can download the source code and check how it is used for "Output Folder"
 
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