Click to See Complete Forum and Search --> : Choose Directory Dialog


Andrushok
October 15th, 1999, 10:26 AM
Hi!

I would like to use the 'Choose Directory Dialog' in my programme. I have found it in Tools/Options.../Directories/[...]. But I could not find it in the common dialogs and in the common controls in MFC. Could you help me. I need a full dialog or a controls (tree view for directories only & combobox for drivers).

Thank you.

Thomas Ascher
October 18th, 1999, 02:21 AM
Hi, use the shell function SHBrowseForFolder to choose a directory.

Jon_Kinsey
October 18th, 1999, 04:06 AM
This API is wrapped in a class in one of the code guru archives. Can't remeber anything more, just search for SHBrowseForFolder in this site and you're sure to find it.