Hi,

I wanted to create an event that when I hit a button, it will check if the webbrower has reached THISPAGE.html.

Code:
If webbrower1.Url.toString = "thispage.html" then    'this line may have been webbrowser.Url.toString("thispage.html") cant remember I tried both ways neither worked.

 do something

End If
But i get a null exception error.

Is there a way to do this?

My other question is , is it possible to pull data or text from a website like through the webbrowser control thing and place it inside a textbox or label or something like that?

thx all help is much appreciated