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
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
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.
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
I am attempting to implement an IShellBrowser.One method of such is: HRESULT STDMETHODCALLTYPE IShellBrowser::QueryActiveShellView(/* [out] */ __RPC__deref_out_opt IShellView **ppshv)
Apparently, there\'s a fairly easy way to host Explorer in your app starting with Vista: http://www.codeproject.com/KB/vista/ExplorerBrowser.aspx
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