I have an application that I wrote that uses a WebBrowser Control to go to a page and send post data, and then reads the html source to get results. It works perfectly, however, I was wondering if it is possible to accomplish the same thing without using a webBrowser control. I looked into the HTTPRequest Namespace and wasn't able to come up with anything that worked. Anyone have any ideas or suggestions?




Reply With Quote