19 Aralık 2015 Cumartesi

c# sitedeki resmi formda gösterme

HtmlElement img = webBrowser1.Document.GetElementById("captcha");

if (img != null)
    pictureBox1.ImageLocation = img.GetAttribute("src");