How to check if webpage is loaded or not.
How to check if webpage is loaded or not.
this doesnt fill in the form.
Code:
WebBrowser3.Navigate("http://www.*******.com/connect")
If WebBrowser3.StatusText = ("Done") Then
If WebBrowser3.Url.ToString = "http://www.*******.com/connect" Then
WebBrowser3.Document.GetElementById("addresses").SetAttribute("value", TextBox5.Text)
uhh, wtf do we do with this? this is the basics of a fucking web browser
@mneep , he was asking for a resolution
Document_Completed Event
or
Readystate=True