Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

text box perform a GET request?

Status
Not open for further replies.
Joined
Nov 8, 2006
Messages
1
Location
US
I need to take the data from the text box, perform a GET request on google using the text, and then parse the results.


example: I want to type into a text box from a form and it enters a query to google(using google as an example) for feedback into a datagrid.


thanks
 
I would first suggest that you look at the URL of a Google Result Page, such as the following:
which does a Google Search with the terms "Internet", "Transfer" and "Control".
Then, you can submit that URL to the Internet Transfer Control to load that page into your application.

The key is using the Internet Transfer Control.

Good Luck
--------------
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top