On a WebBrowser control (that uses Internet Explorer engine), I need to open the links of the page displayed, on a new window of the default browser, instead of forcing the user to use IE.
I could strip the HTML code to get the URL, put a layer on top of the WebBroser control, to then open the link on the default browser, but this would be lame.
How to do this in a (good) way?
I could strip the HTML code to get the URL, put a layer on top of the WebBroser control, to then open the link on the default browser, but this would be lame.
How to do this in a (good) way?