CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Location
    Netherlands
    Posts
    57

    Can I make a directory with SHBrowseForFolder?

    Is there a way to make a new directory in the SHBrowseForFolder dialog?

    Or do i need an other dialog that is better

    Mark



  2. #2
    Join Date
    May 1999
    Location
    UK
    Posts
    59

    Re: Can I make a directory with SHBrowseForFolder?

    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

  3. #3
    Join Date
    May 1999
    Location
    Netherlands
    Posts
    57

    Re: Can I make a directory with SHBrowseForFolder?

    Do you have an example for creating a button in this dialog?
    And where can i capture the messages for it?

    Mark



  4. #4
    Join Date
    May 1999
    Posts
    156

    Re: Can I make a directory with SHBrowseForFolder?

    Do you mean using SHBrowseForFolder or CFileDialog ?

    Will


  5. #5
    Join Date
    May 1999
    Location
    Netherlands
    Posts
    57

    Re: Can I make a directory with SHBrowseForFolder?

    SHBrowseForFolder

    Mark


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