Hello,
I'm using this code from a previous example in thread.
Private Sub Command1_Click()
WebBrowser1.Document.All("q").focus
End Sub
Private Sub Form_Load()
WebBrowser1.Navigate "http://www.google.com/"
End Sub
It all works great. But due to the lack of documentatiion I can seem to find a way of entering something in the text box and then reloading the page. Any help would be greatly appreciated. Or even a link to some documentation would work too.
Thanks




Reply With Quote