Click to See Complete Forum and Search --> : multiple selection of folders


weberno
April 21st, 2005, 03:46 AM
Hi,

I want to rename one or more folders.
First, selecting them with a browser dialog, then rename directory by directory.

I can't find a solution for the first task.
I would like to use a Dialog like CFileDialog with OFN_ALLOWMULTISELECT, but for folder, not for files.

Hope, someone can help me.

Thanks
Norbert

(thatsalok)
April 21st, 2005, 05:41 AM
Check out this article
http://www.codeproject.com/dialog/cfolderdialog.asp

weberno
April 21st, 2005, 06:19 AM
Thanks, but in this article nothig is described about multiple selecting.

I can't use CFolderDialog as it is and I have no idea how to give CFolderDialog the abilty to select more than one folder.

Norbert