I am using WinForms, i have added a WebBrowser control and would like to able to intercept a context menu firing event for the IE browser since the browser control is an instance of IE.
I mean, i want to intercept the right click menu item click for the browser it self, i said to my self since it’s an IE instance and it’s inside my application, there got to be a way to do it.
I tried to look at the events of the browser control, but nothing there is nothing that would help me.
Thanks.
Here is an example of canceling WebBrowser context menu. This will help you move on: