I need to submit a HTTP form using a WebRequest. The form has a captcha,
so I don't know how to display the captcha for the user to enter.
Basically:
1) Program gets captcha.
2) User enters the captcha in a textbox.
3) Program submits the form with the User's entered captcha.
Loading
Jean PaulPosted Feb 8, 2011, 10:12 AM
After that you can validate : probably a similar link is given below
http://www.codeproject.com/KB/custom-controls/CaptchaControl.aspx