// search for element with captcha
HtmlElement he = instance.ActiveTab.FindElementByTag("form", 0);
// send it to service
string res = ZennoPoster.CaptchaRecognition("DeathByCaptcha.dll", he.DrawToBitmap(true), "type=3&banner_text=Select all images with rivers.&grid=3x3");
return res;