Webbrowser Control Problem with clicking links
Okay right i have my app which is an internet browser using the webbroswer control, But if you click on a link in the webbrowser that is an Open in new window link then it starts IE and i know the webbrowser control is basicly IE but how can i stop this an make it go to the url in my webbrowser?
Re: Webbrowser Control Problem with clicking links
get innerhtml of link, and then use webbrowser.navigate on url
Re: Webbrowser Control Problem with clicking links
How do i get innerhtml of link?