Posting to a web form
I am trying to write a program that will send a post to a web form and return the resulting web page.
i.e. If you go to the Google page you enter some text in the search field and click the search button. After this you are shown a page with your search result.
What I want is to post the information to a search site (Not Google) and receive the HTML that is sent back. I was hoping to do this in VB.NET but any help would be great.

