ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Launching Google search in Visual Basic - Help?

<< < (2/2)

Wibble:
A simple way of doing that of course for google is:
WebBrowser1.Navigate("http://www.google.com/search?hl=en&q=" + searchTextBox.Text)
--- End quote ---
Or for wikipedia:
WebBrowser2.Navigate("http://en.wikipedia.org/wiki/" + searchTextBox.Text)
--- End quote ---

Don't forget to change the red text to the search textbox and the green to the web browser.

I know its realy spimple but it works for me when i put it on a button.  :Thmbsup:

wreckedcarzz:
Ah, alright, I'll have to try that. I managed to get Google working a while back, but the WikiPedia one is definitely cool!

Thanks for the info! :)

Navigation

[0] Message Index

[*] Previous page

Go to full version