Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,
Is there any way to attain link of images of a CAPTCHA?
I have a C# program using WebBrowser control that works through the web in which I have access just to HTML TextDocument of it. When it faces a CAPTCHA, it has to redirect the image to the user in a form.The problem is that I can not find the image link.
Is there any way to grasp the image without taking photo from the whole or special rectangle of browser output screen?

Christian Graus wrote:
A CAPTCHA is just an image link, so, not really. And you'd need a browser plug in to intercept the image, a web browser control will still just download it.


OK,
Where can I find the browser plug in to intercept the image? And does it work on a WebBrowser as a control?
Posted
Updated 7-May-10 3:25am
v2

1 solution

A CAPTCHA is just an image link, so, not really. And you'd need a browser plug in to intercept the image, a web browser control will still just download it.
 
Share this answer
 
Comments
[no name] 7-May-10 6:36am    
OK,
Where can I find the browser plug in to intercept the image? And does it work on a WebBrowser as a control?
[no name] 25-May-10 13:43pm    
Reason for my vote of 1
unsatisfying answer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900