Question Get downloaded image data to picbox from webbrowser

vabatta

Member
Joined
Jan 15, 2012
Messages
9
Programming Experience
Beginner
Hi all,
I'm trying to da an application in VB.NET that works like JDownloader, that create a popup of the captcha.
I have the page with the captcha, and I want to display it into a picture box, but if I use the source (attribute src of the captcha), I will get a different image from the loaded image.
What I want it's like the Chrome dev tools make, if I right click the image, it will show me the code and then, under "resources" I have the image data in base64 (image/png).

Anyone know how to do that?

Thanks for help!
 
Back
Top