Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我用 SHBrowseForFolder 打开一个对话框时,我希望它也能浏览隐藏文件夹(隐藏文件夹出现在对话框中)。我怎样才能做到这一点?
SHBrowseForFolder不显示隐藏文件夹。您将需要使用FolderView控件或使用FindFirst/FindNext.
SHBrowseForFolder
FolderView
FindFirst/FindNext