[RESOLVED] Common Dialog to Open Folders (Not Browse Folder API)
I've done searching for this for the last 10 minutes or so and all I can find is stuff about the Browse Folder API. What I am looking for is the standard common dialog Open window, that lets you select folders instead of files. Is this possible or do I have to use the Browse Folder API?
Re: Common Dialog to Open Folders (Not Browse Folder API)
Ok, I guess I will just use that. I just thought I had seen a normal Common Dialog that allows folder selection before. As always, thanks for the help guys.
Re: Common Dialog to Open Folders (Not Browse Folder API)
Thanks baja, but I was looking for a normal Common Dialog that lets you select folders. Since that doesn't seem to be possible, I will just use the API.
Re: Common Dialog to Open Folders (Not Browse Folder API)
No problem, but be sure to check them out. Those guys have some excellent controls. (you can just google them, I dont remember the exact URL right now)
Re: Common Dialog to Open Folders (Not Browse Folder API)
If you want to create your own "dialog" then there is a FolderTreeview control created by Brad Martinez few years ago - really nicely done. It could be found HERE .
Re: Common Dialog to Open Folders (Not Browse Folder API)
Originally Posted by RhinoBull
If you want to create your own "dialog" then there is a FolderTreeview control created by Brad Martinez few years ago - really nicely done. It could be found HERE .
Re: Common Dialog to Open Folders (Not Browse Folder API)
Ok, guys. I think I will just use the API. I might take a look at inventrex's method though, because I'm not sure what it does (I havn't plugged it into a form yet).