I need to add one menu item to the IE context menu. This is similar to the Google context menu "Google Search for xxx" when you right-click on IE.
I did some research and found that overriding IDocHostUIHandler :: ShowContextMenu in IE BHO can customize the IE context menu. An example project can be found in the popup blocker project published in codeproject. It works well and is easy to implement. However, this approach has a problem. The problem is that this contradicts the setting of the context menu of other add-ins on MSDN.
There are several discussions on this topic in the MSDN Internet Explorer Center forum. However, the correct implementation has not been published.
If anyone has experience with this, please share your idea. Thank!
source
share