I can't figure out how to get the string of a folder location into pidlRoot of a BROWSEINFO structure for SHBrowseForFolder(). I think I have to call another function first, but I don't know how to convert that into a PCIDLIST_ABSOLUTE. A short example would be appreciated.
Well, I got that figured out also with MultiByteToChar().
The final problem I have is that when I use SHBrowseForFolder() and specify a root dir in the pidlRoot element, it confines me to that folder or lower. It doesn't allow me to back up and go higher.
What did you search on? And you found the instruction/code that shows how to display a Browse For Folder dialog and have it go directly to a specified folder and still allow you to access a higher level?
I'd like to see that google link that tells me all that.