windows-shell
IContextMenu3 HandleMenuMsg2 is never called
I\'m trying to implement a shell extension that extends IContextMenu3 and IShellExtInit, and i\'m inserting menu items using the method described in section HBMMENU_CALLBACK method but in my project t[详细]
2022-12-13 12:51 分类:问答How to obtain the PIDL of an IShellFolder
If I have an IShellFolder interface pointer. How might I obtain its PIDL? I can see how to enumerate its children, and I can see how to use it to compare any two children. But how might I get its own[详细]
2022-12-12 04:06 分类:问答How to tell Windows Explorer to refresh its icons?
Once my installer finishes installing new versions of my application\'s exe, I\'d like to tell Explorer to use the new exe\'s icons for its shortcuts.However, I cannot figure out how to do this.[详细]
2022-12-11 15:50 分类:问答IThumbnailProvider and IInitializeWithItem
I am trying to develop an IThumbnailProvider for use in Wi开发者_如何学JAVAndows 7. Since this particular thumbnail would also be dependant on some other files in the same directory, I need to use som[详细]
2022-12-11 04:52 分类:问答Should an implementor of IShellBrowser::QueryActiveShellView Method call AddRef for the caller?
I am attempting to implement an IShellBrowser.One method of such is: HRESULT STDMETHODCALLTYPE IShellBrowser::QueryActiveShellView(/* [out] */ __RPC__deref_out_opt IShellView **ppshv)[详细]
2022-12-09 17:19 分类:问答How to implement IExplorerBrowser in MFC
Apparently, there\'s a fairly easy way to host Explorer in your app starting with Vista: http://www.codeproject.com/KB/vista/ExplorerBrowser.aspx[详细]
2022-12-09 09:42 分类:问答CFSTR_FILEDESCRIPTOR/CFSTR_FILECONTENTS 'Copying Files' Dialog missing
I have a namespace extension that supports copy-paste using the CFSTR_FILEDESCRIPTOR/ CFSTR_FILECONTENTS to copy virtual files to the clipboard. However, the \'Copying Files...\' progress dialog does[详细]
2022-12-08 12:53 分类:问答