Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. drdrott

    Open a link from WebBrowser control in default browser?

    Yes Hypetia, this is what I need. I tried the BeforeNavigate2 event, but it opens the page that is already open on the WebBrowser control (because of the links that opens in a new window). Same with NewWindow2 event, it just can't get the destination URL. And I can't change the page to not...
  2. drdrott

    Open a link from WebBrowser control in default browser?

    Hello johnwm, Thanks for your reply. In fact, I really need to open a HTML page (that will contain things like ads, links and etc) there, and to open the links (when clicked) on the default browser. Actually the problem isn't making the app to open a URL in default browser, but to just get...
  3. drdrott

    Open a link from WebBrowser control in default browser?

    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...

Part and Inventory Search

Back
Top