CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2001
    Location
    Austria
    Posts
    62

    Browse For Folder Dialog

    Hi,

    I want to use the standard "Browse For Folder" dialog. How can I do that in C# ?

    Thanks in advance
    AcidBurn


  2. #2
    Join Date
    Oct 1999
    Location
    Colorado
    Posts
    11

    Re: Browse For Folder Dialog

    This could be way off (I haven't tried it!), but maybe the FolderNameEditor.FolderBrowser class?

    Eric Plummer

  3. #3
    Join Date
    Oct 2001
    Location
    CA,USA
    Posts
    60

    Re: Browse For Folder Dialog

    There is an activex control and a com dll which
    gives the same functionality. Do you plan to use activex or com dll. I will look for the code for you in that case.


  4. #4
    Join Date
    Aug 2001
    Location
    Norway
    Posts
    115

    Re: Browse For Folder Dialog

    Use the component 'BrowseFolderDialog'. It's in .NET component library.


  5. #5
    Join Date
    Feb 2002
    Location
    New York
    Posts
    19

    Re: Browse For Folder Dialog


  6. #6
    Join Date
    Jan 2003
    Posts
    2
    Here is the answer from Microsoft. I just tried it and it works fine:

    http://support.microsoft.com/default...en-us%3b306285

  7. #7
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    OpenDialog is for the same purpose.

    Paresh

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