How can I modify (add or erase entry) the WebBrowser context menu (right click)?
Or if I overwrite the default context menu how do I implement the Open command.
I've been told about IDocHostUIHandler Interface, but how can I find if the mouse is over a link and how do I find the URL.
Thanx for any suggestion.