[Help] Google search a textbox value [solved]
ok i dont really know how to explain it but this is wat i want but i need help with it
i want where if i type in the textbox i can make whatever i type search google
Example
Apples <<< that would be the textbox xD
[Google] <<< that would be the button xD
hope u get what im saying thanks
u wanna type into the text boxe and make it search on google?
[highlight=vb.net]Process.Start("http://www.google.com/search?btnG=1&pws=0&q=" & TextBox1.Text)[/highlight]
Well you can just use:
[highlight=vb.net]Process.Start("http://www.google.com/search?q=" & TextBox1.Text)[/highlight]