I want to allow user to click a “Browse” button and display a folder selection dialog to allow user to select a folder on user’s HDD. How do I do it? The closest control I could find in VC++ 6 is the dialog to browse file name
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use this class from codeproject, which is a wrapper for
SHBrowseForFolder. It provides an interface similar to that ofCFileDialog: