WebBrowser Control Help Please
Hello,
I have the webbrowser control in a program and what I want to do is post something like a form to a site and have the results appear in the web browser. How can I do this?
What I mean is say I have the form below and I want to post it to the site. I know I could load the html source in the browser and click Submit. Is there any way to pass this html to the browser control and have it submit it automatically? My program will create the form to post but want it submitted automatically. Do I need to use a different control to submit it and load the result in the web browser?
Thanks!!!