CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Location
    Germantown, MD, USA
    Posts
    74

    Choose Directory Dialog

    Hi!

    I would like to use the 'Choose Directory Dialog' in my programme. I have found it in Tools/Options.../Directories/[...]. But I could not find it in the common dialogs and in the common controls in MFC. Could you help me. I need a full dialog or a controls (tree view for directories only & combobox for drivers).

    Thank you.


  2. #2
    Join Date
    Sep 1999
    Location
    Europe / Austria / Innsbruck
    Posts
    442

    Re: Choose Directory Dialog

    Hi, use the shell function SHBrowseForFolder to choose a directory.


  3. #3
    Join Date
    Aug 1999
    Location
    England
    Posts
    67

    Re: Choose Directory Dialog

    This API is wrapped in a class in one of the code guru archives. Can't remeber anything more, just search for SHBrowseForFolder in this site and you're sure to find it.


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