Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi, i want to make a program that gets google captcha and put it into a piturebox like but with http request can someone help me to get this captha by id cuz i think i can`t be get by link cuz the like is change every time i think it could be done like this ?
<pre lang="vb"> for each link in site
if Link contains("www.google.com") then
picturebox1.image = link

end if
next
Posted
Comments
Dave Kreskowiak 3-Aug-12 9:26am    
Not a clue what you're really trying to do...

If your'e trying to grab a CAPTCHA image, what's with the code you posted?
Sandeep Mewara 3-Aug-12 12:53pm    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.
Tarun Mangukiya 4-Aug-12 9:02am    
Do you want google Captcha in your program? But why?
Please clarify what do you want to do exactly.

1 solution

Please don't use txt speak, that is for retards, not programmers.

No, you can't make a picture box point to a link. You'd need to download the image to show it locally, unless you put a web browser control in your app, and then put html in there that is an img control linking to that image. A picture box wants an image, not a link.
 
Share this 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