Código [Seleccionar]
Private Sub Command1_Click()
WebBrowser1.Navigate "http://www.google.com.ar/"
While WebBrowser1.ReadyState <> 4: DoEvents: Wend
WebBrowser1.Document.f.q.Value = "Control PictureBox - Recursos Visual Basic"
WebBrowser1.Document.f.btnG.Click
End Sub