Visual Studio 2008 folder browser dialog

后端 未结 4 1496
闹比i
闹比i 2020-12-31 13:18

In Visual Studio 2008 there is a folder browser dialog that looks like this (very similar to file open dialog):

Does anyone know how to invoke it from code

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-31 13:53

    Is this the pinvoke of SHBrowseForFolder, with the BIF_NEWDIALOGSTYLE style? If so there is an example on that page.

提交回复
热议问题