VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Add a Google Search bar to your Visual Basic Web Browser!

by Ethan Stein (1 Submission)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 14th January 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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!



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! 

Download this snippet    Add to My Saved Code

Add a Google Search bar to your Visual Basic Web Browser! Comments

No comments have been posted about Add a Google Search bar to your Visual Basic Web Browser!. Why not be the first to post a comment about Add a Google Search bar to your Visual Basic Web Browser!.

Post your comment

Subject:
Message:
0/1000 characters