CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2000
    Location
    austin
    Posts
    101

    How do made dirs selectable in CFileDialog

    i want people to be able to add directories that they choose to a list box. how can i do this with CFileDialog? thank you

    -christopher bottaro
    [email protected]
    [email protected]
    [email protected]

  2. #2
    Join Date
    Jul 2000
    Location
    Slovenia
    Posts
    77

    Re: How do made dirs selectable in CFileDialog

    Hi (wo)man

    I don't know answer to your question, but instead of using CFileDialog, you could call SHBrowseForFolder shell function to browse for folder.

    ALekse


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