Which field in the structure that is passed into the Folder Selection Dialog needs to be filled in so the dialog will display that path when it first opens?
Well, I'm looking at this project again, and thought I'd post more info.
The structures in question are:
BROWSEINFO which is passed to SHBrowseForFolder
OPENFILENAME which is passed to GetOpenFileName and GetSaveFileName
Which fields of these structures do I fill with a path to get them to open the dialogs with that path as the "current" directory, meaning SHBrowseForFolder will have the tree open and that directory selected and GetOpenFileName or GetSaveFileName will display the files located in that directory?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.