(images.GetAttribute("OuterHtml").Contains("http://www.google.co...cha/api/image?") = FALSE ; its didnt work. but no offense this topic is like 3 years old. i not knowing im sorry... my english easy, i used google translate ) Thank you anyway...
My code is not is not working,
private void btnKayit_Click(object sender, EventArgs e)
{
webBrowser1.Navigate("http://xpblogger.com/register.php");
}
foreach (HtmlElement images in webBrowser1.document.Images)
{
if (images.GetAttribute("src").Contains("http://api.recaptcha.net/noscript?k="))
{
string url = images.GetAttribute("src");
pictureBox1.ImageLocation = url;
break;
}
} if (images.GetAttribute("src").Contains("http://api.recaptcha...et/noscript?k=")) type is FALSE Please help me. Thank you..