I would to change the menuitems in the default context menu provided in the Web Browser Control. I have already tried: webbrowser.contextmenu = mycontextmenu. Nothing changed. I
Answer - YES. There is a setting in the webbrowser control for: .IsWebBrowserContextMenuEnabled = false;
Setting this to false disables the IE contextmenu, allowing whichever one you set to rule the roots. Simples..