I wanted to make a text box where you would add something and it would search that for you on a website. ex. you enter your zip code and it takes you to the weather.com page for that zip code. How would i go about doing this?
Build the appropriate URL using String.Format or whatever and then call Navigate on a WebBrowser control and pass that URL. You'll have to do a search on the appropriate web page yourself to see the the required URL format.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.