Sorry I took so long to respond. I did add the "MS Internet Control" reference to my project. This loaded into the References folder of the project as ShDocVw. I dragged a WebBrowser control onto my form and when I entered the tab page that I had the control on I executed the following two lines.
WebBrowser1.Navigate("http
TextBox1.Text = WebBrowser1.Url.ToString
The TextBox1 control had the words "about:blank".
Any thoughts?
Thanks.
Main Topics
Browse All Topics





by: emoreauPosted on 2009-07-27 at 09:42:02ID: 24953375
instead of using MSINET, use the built in browser control. have a look at http://www.emoreau.com/Ent ries/Artic les/2007/0 4/The- WebB rowser-con trol.aspx