Add a Google Search bar to your Visual Basic Web Browser!
Add a Google Search bar to your Visual Basic Web Browser!
API Declarations
Textbox - txtsearch
Button - btngo (* text = GO)
Rate Add a Google Search bar to your Visual Basic Web Browser!
(2(2 Vote))
AxWebBrowser1.Navigate("http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=" & txtsearch.text)
End Sub
' If anyone is looking to get Visual Basic .Net lessons, I am currently
'offering to teach for free. I'm not certified, but I am a strong programmer
'which is good for beginners. If you want more info, please contact me at
'[email protected] Thanks!
Add a Google Search bar to your Visual Basic Web Browser! Comments
No comments yet — be the first to post one!
Post a Comment