Relative Content

Tag Archive for c++windowscomcontextmenushell-namespace-extension

Paste and Paste shortcut Greyed-Out In Context Menu Of Background of Default IShellView

I have a namespace extension that uses both SHCreateShellFolderView and SHCreateDefaultContextMenu. I also use IShellFolderViewCB and IContextMenuCB to create default objects. Most of the expected functionality is working. For example: I can double-click on “folder” items to browse into them, and double-click on “non-folder” items to get an app to launch against the supplied path.