Debugging shell extension in Windows 7

后端 未结 5 1999
梦如初夏
梦如初夏 2021-02-05 16:10

I\'m trying to debug shell extension (IContextMenu) in Windows 7 with Visual C++ 2008. I have set DesktopProcess=1 in the registry and set host app to explorer.exe. But when I s

5条回答
  •  忘了有多久
    2021-02-05 16:39

    Debugging Explorer.exe is usually overkill for extensions that operate in a shell view.

    I personally use a little app I made that hosts an instance of IExplorerBrowser similar to this example. If your IContextMenu item is not the default item then you can just use Notepad.exe and its open file dialog...

提交回复
热议问题