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

    Inicial path in browse folder dialog

    I read about to set an initial path when we show a dialog for browse a folder, and i tried to do like i read.
    The dialog show this path and only this folder, not a tree, and i can`t change it.
    I want see the tree of directories and expanded the folders to show me the 'initial folder' that i want.
    Please, help.

    Thank you.
    PERE.

  2. #2
    Join Date
    Jun 2003
    Location
    Armenia, Yerevan
    Posts
    720

    Re: Inicial path in browse folder dialog

    Hi, this article might help you.
    https://support.microsoft.com/en-us/...rent-directory
    The initialization directory is set to be the current directory and could be easily replaced with a custom one.

  3. #3
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Inicial path in browse folder dialog

    You may also want to read this thread: http://forums.codeguru.com/showthrea...wseForFolder()
    Victor Nijegorodov

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