I am working on VS 2008 and have a simple form on which I have created a webbrowser. It happily shows the first page but, when trying to show a new page, it opens a new window, briefly shows the new page and then closes it again leaving me with just the original page display.
I am not attempting anything other than trying to replicate IE on the form.
Can anyone help me in displaying the new web page please.
Jon
I show the web page using
I am not attempting anything other than trying to replicate IE on the form.
Can anyone help me in displaying the new web page please.
Jon
I show the web page using
Code:
Me.TextBox12.Text = "[URL unfurl="true"]www.msn.com"[/URL]
WebBrowser1.Navigate(Me.TextBox12.Text)