Solve media captcha to picturebox help pls

mrprofficient

Newbie
Joined
Jul 13, 2014
Messages
1
Reaction score
0
I want to copy solve media captcha to picturebox. I am using gecko browser in my software and tried to use httpwebrequest for captcha but there is a heap of javascript code in response. so, it's very difficult to build url for next request. I also tried to take screenshot but an error occurs "operation is not valid for current state of object", i am building it for paidverts.
Pls help me get the captcha to picturebox
I can pay if anybody make me perfect for getting captcha from any site or any type of captcha (like recaptcha,solvemedia etc)
 
What do you mean by a 'media captcha'? You either receive a captcha in the form of an image or not.

If it's an image, then you can download it in binary mode using HttpWebRequest, save it to disk, and load it in a PictureBox thru Bitmap.FromFile(img_file) etc....

if you want the code, PM me.
 
Back
Top