标签: c# windows api windows-7 openfiledialog
显示打开文件对话框时,我想在Vista / 7的左侧窗格中显示“App,lication Links”类别。 Visual Studio在打开项目文件时也会这样做。
如何使用C#中的标准OpenFileDialog-Object执行此操作?我顺便使用WPF,但在这种情况下我认为不重要。
答案 0 :(得分:2)
您需要使用FileDialog.CustomPlaces。该MSDN链接包含一些示例代码,以帮助您前进。最终,这包含IFileDialog::AddPlace公开的本机功能。
FileDialog.CustomPlaces