Hi all,
I've got an app that uses the Microsoft Web Browser Control to display some HTML pages. However a right click on the control produces a standard IE context menu, whereas I'd like to be able to either add soem more options to it or, better still, show an alternative context menu in its place.
I've already tried the traditional:
browserControl.ContextMenu = myContextMenu
but that has no effect on this control. Any suggestions would be greatly appreciated!
Thanks a lot!
I've got an app that uses the Microsoft Web Browser Control to display some HTML pages. However a right click on the control produces a standard IE context menu, whereas I'd like to be able to either add soem more options to it or, better still, show an alternative context menu in its place.
I've already tried the traditional:
browserControl.ContextMenu = myContextMenu
but that has no effect on this control. Any suggestions would be greatly appreciated!
Thanks a lot!