SHBrowseForFolder, But With Textbox to Navigate
Posted
by Emtucifor
on Stack Overflow
See other posts from Stack Overflow
or by Emtucifor
Published on 2010-04-15T03:41:45Z
Indexed on
2010/04/15
3:43 UTC
Read the original article
Hit count: 423
winapi
|folderbrowserdialog
I found all the code I need to make SHBrowseForFolder work in my application. But I hate that it forces you to do everything in the little folder window, without a text box to navigate by typing.
In Windows, I know I commonly see a different folder browse dialog that does let me type folder names and use the other regular navigation keys to get around to select the desired folder (backspace, "..", Enter, and so on).
Is there a different API call for that?
© Stack Overflow or respective owner