|
-
Oct 1st, 2007, 01:23 PM
#11
New Member
Re: Webbrowser Control Tip and Examples
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|