[Help]How to get captcha image for eu[Solved]
hi all i made euacc gen but only missing the captcha image
does anyone know a code to get it into a picture box?
[php]
PictureBox1.ImageLocation = WebBrowser1.Document.GetElementByID("imgPic").GetA ttribute("src")
[/php]