I'm new to programing and I was wondering what I am doing wrong.
I have done this before, but today it just won't work :( . http://img150.imageshack.us/img150/3...73659amch0.jpg
Printable View
I'm new to programing and I was wondering what I am doing wrong.
I have done this before, but today it just won't work :( . http://img150.imageshack.us/img150/3...73659amch0.jpg
Check if your webbrowser is named WebBrowser1...
This code works fine in my project
yeah, it is :(
I created another project and still displays that error.
When the form is being loaded, is there an actual URL to load into the textbox?
I found what was wrong.
the "Me.Text = (WebBrowser1.Url.AbsoluteUri)
ComboBox1.Text = (WebBrowser1.Url.AbsoluteUri)"
should go in the WebBrowser1_StatusTextChanged event.
thanks guys, resolved.