topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday May 2, 2024, 6:52 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1] 2 3 4 5 6 ... 10next
1
Developer's Corner / Re: Launching Google search in Visual Basic - Help?
« Last post by Wibble on February 05, 2009, 03:44 PM »
A simple way of doing that of course for google is:
WebBrowser1.Navigate("http://www.google.co.../search?hl=en&q=" + searchTextBox.Text)
Or for wikipedia:
WebBrowser2.Navigate("http://en.wikipedia.org/wiki/" + searchTextBox.Text)

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:
Pages: [1] 2 3 4 5 6 ... 10next