Is there a way to make a new directory in the SHBrowseForFolder dialog?
Or do i need an other dialog that is better
Mark
Printable View
Is there a way to make a new directory in the SHBrowseForFolder dialog?
Or do i need an other dialog that is better
Mark
You know you can register a callback function? I did that, and first time in created a button manually on the window called "Create..." and handled the button click message. Alternatively, you could use the CFileDialog, which has a New Folder button already on it...
MJA
Do you have an example for creating a button in this dialog?
And where can i capture the messages for it?
Mark
Do you mean using SHBrowseForFolder or CFileDialog ?
Will
SHBrowseForFolder
Mark