C# Dealing with webbrowser images help.
Code:
private void button1_Click(object sender, EventArgs e)
{
webBrowser1.Document.GetElementById("txtAccountId").SetAttribute("value", textBox1.Text);
That's how you set the value on a webbrowser for a textfield(We'll say a account ID) whenever your making a bot or whatever.
What I can't figure out, which I'll probably get flamed for it. Is how to convert a image, or not convert but display the image off of the webbrowser onto a picturebox.
Just using this as an example so you can understand what I'm saying more.
Nexon Passport Sign-Up
For example, How would I display the captcha onto a picturebox?
Thanks in Advance,
Caleb.