deactivate contextmenu in Webbrowser control under MFC
Hi,
I've got a MFC-programm in which i included the Microsoft Webbrowser control. Now I want to deactivate that the contextmenu is shown when the user rightclicks on the control. But I've got no idea how to do that. Can anyone please give me a hint?
Thanks in Advance
Akademos
Re: deactivate contextmenu in Webbrowser control under MFC
Quote:
Originally posted by Akademos
i included the Microsoft Webbrowser control.
Could you please clarify that? How did you include web browser control?
A decent article about this
Hi list,
Here is a decent article that I have recently discovered, which is discussing the customization of the context menus of a WebBrowser control, via the IDocHostUIHandler.
Regards,
-Theo