- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using the BrowseForFolder function and I want it to start in a specified directory rather than in the root.
Is this possible?
BrowseForFolder is part of CommonDlgXtras.f90 which calls SHBrowseForFolder.
I must have got CommonDlgXtras.f90 from someone in this group.
Thanks, David
Is this possible?
BrowseForFolder is part of CommonDlgXtras.f90 which calls SHBrowseForFolder.
I must have got CommonDlgXtras.f90 from someone in this group.
Thanks, David
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this Forum thread for a sample. The sample
refers to situation when entire tree is visible, but specific folder is initially selected.
If you want your folder to be the root of the tree (which is less common situation), see pidlRoot member of BROWSEINFO structure... I forgot how to get pidlRoot, though.
Regards
Jugoslav
refers to situation when entire tree is visible, but specific folder is initially selected.
If you want your folder to be the root of the tree (which is less common situation), see pidlRoot member of BROWSEINFO structure... I forgot how to get pidlRoot, though.
Regards
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page