In MFC, is there an Open Folder Dialog? That is, rather than choosing a filename, it chooses a folder name? Ideally, I'd like it to be the way Visual Studio does it when navigating for a "Project Location" (when creating a new project), which looks very much like a normal file dialog. But I could make do with one of the vertical tree sort of interfaces if the former doesn't exist.
feedback
|
|
This code will get you a open folder dialog (this was taken from somewhere on the web but I don't really know where).
you'll also have to implement this callback function:
| |||||
feedback
|
|
Exact same question here. However, this one is for .NET. I guess it shouldn't be difficult to transpose the answers to MFC. | ||||
|
feedback
|