Click to See Complete Forum and Search --> : Enhancing SHBrowseForFolder


Dan Ambrose
May 18th, 1999, 05:01 PM
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.

Jeff Loh
October 20th, 2000, 05:24 PM
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