I am doing a small program that only serves to open a session on a page, but I would like to see the captcha code that shows the same in a PictureBox of my program. Is this possible? : huh:
I already know how to make what I enter in a Textbox of my application load in the login form of the page directly using GetElementById and InvokeMember to click on the buttons (clarify if necessary): P
I'm not saying try to interpret what the captcha says (as to do robot and that) just show it in a PictureBox
I hope you give me some guidance on this and that it has been clear.
Greetings.