I found all the code I need to get SHBrowseForFolder to work in my application. But I hate that it forces you to do everything in the window of a small folder, without a text field for navigation, typing.
On Windows, I know that I usually see a dialog box for viewing another folder, which allows me to enter folder names and use other normal navigation keys to bypass the desired folder (backspace, "..", Enter, etc. further).
Is there any other API call for this?
source
share