[Help] searching with a textbox.how to i make like something search a site EX.google and show the results of the search in a list box? (if possible....)
Ok put in this code on button1.click Code: Process.Start("http://www.google.com/search?hl=en&source=hp&q=" & Testbox1.text" & "&btnG=Google+Search&aq=f&oq=&aqi=g10 This will open up a web page with the search results from whatever was put into textbox1.
Originally Posted by PixieCorp It would probably require PHP or something like that No you don´t! It can be done without!