CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2005
    Posts
    6

    multiple selection of folders

    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

  2. #2
    Join Date
    Jan 2005
    Posts
    4

    Re: multiple selection of folders

    Cheers,
    Alok Gupta
    visit me at http://www.thatsalok.com

  3. #3
    Join Date
    Apr 2005
    Posts
    6

    Re: multiple selection of folders

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured