Click to See Complete Forum and Search --> : Can I make a directory with SHBrowseForFolder?


Mark Veldt
May 26th, 1999, 02:25 AM
Is there a way to make a new directory in the SHBrowseForFolder dialog?

Or do i need an other dialog that is better

Mark

Marqy
May 26th, 1999, 03:49 AM
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

Mark Veldt
May 26th, 1999, 04:54 AM
Do you have an example for creating a button in this dialog?
And where can i capture the messages for it?

Mark

Will Rothwell
May 26th, 1999, 05:29 AM
Do you mean using SHBrowseForFolder or CFileDialog ?

Will

Mark Veldt
May 26th, 1999, 06:29 AM
SHBrowseForFolder

Mark