How do I handle CAPTCHA challenges from within a Windows application?

AlanM

New Member
I am trying to programmatically fill out HTML forms from within a C#.NET WPF application. I have had great success with this until I came up against a CAPTCHA challenge required on one of the forms. Is there any way to load this CAPTCHA image inside the application for a user to see and respond to? Or can you think of a better way to handle this scenario? An example of such a form is available at: http://www.medwow.com/sale_offer_mgr.php?actions=sale_form&st=1
 
Back
Top