G
Guenter Rudolph
Hi,
I am using the AxSHDocVw.AxWebBrowser
web browser control in my windows forms
application in C# and I would like to
switch off the context menu of the browser.
Currently, I only found a solution for c/c++:
It seems that one has to implement the
IDocHostUIHandler interface, which should
be defined in the mshtml assembly.
Apparently, it is not there.
Any ideas? Other solutions welcome as well!
Thanks in advance,
Guenter
I am using the AxSHDocVw.AxWebBrowser
web browser control in my windows forms
application in C# and I would like to
switch off the context menu of the browser.
Currently, I only found a solution for c/c++:
It seems that one has to implement the
IDocHostUIHandler interface, which should
be defined in the mshtml assembly.
Apparently, it is not there.
Any ideas? Other solutions welcome as well!
Thanks in advance,
Guenter