문제

I am looking for vista style folder browse dialog with abily to choose folder path only.

Looks like that: enter image description here

I have checked the VistaBridge and Microsoft Code Pack API, but there are only dialogs for file opening.

Do you know how to call this dialog or some solutions to customize standart FileBrowseDialogs? Thanks.

도움이 되었습니까?

해결책

You need to use SHBrowseForFolder API to have that Dialog, full example and documentation can be found here: http://msdn.microsoft.com/en-us/library/windows/desktop/bb762115(v=vs.85).aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top