Question How do this software in vb.net

avahdon

New member
Joined
Oct 23, 2013
Messages
1
Programming Experience
3-5
Hi, I was try to create a software for protypers.com. In case someone here doesn't know what does protypers do, it's just a job paying website which required you to solve captcha in 15 secods. I'm NOT trying to make an auto solving software for captcha, all I want to do is to make something like a control panel which when I login (using httpwebrequest), the only thing will show in the form is the captcha, textbox and some buttons. I made similar software using webbrowser but I'm not satisfied because I think I only made my own browser instead of making a software for protypers. My problem is I don't know what to do after i send a request for login in. I try to login to the website using httpwebrequest but I dont know how to get/stream the captcha to appear/update in my form. So what do you think is the best way to get the captcha image and update it. Thanks
 
Back
Top