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

    Enhancing SHBrowseForFolder

    I made some enhancement to BrowseForFolder dialog box so that I can add a New Folder to the path that is shown in the treeview. Now, I was able to add a 'New Folder' button but I cannot refresh the view so that I can see the new folder. I thought that SHChangeNotify will do the job. I believe that no one will have the answer to this. I will even accept ideas about inserting new item in the treeview.


  2. #2
    Join Date
    Oct 2000
    Location
    CA, USA
    Posts
    1

    Re: Enhancing SHBrowseForFolder

    Have you solved your problem yet? I manually added tree items to the treeview control. However there are 2 problems: If the parent folder is empty, I could not show the newly created folder.

    When I have more than 1 or more folders under the parent, they show up but clicking on them does not return the correct folder name. Don't know how to reload or "refresh" the treeview control.

    Jeff


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