Does anyone knows how to convert or what's the right syntax on this C# form application syntax?
[B]
i'm having error on "GetElementById" :S just confused.
Code:
webBrowser1.Document.GetElementById("name").SetAttribute("value", textBox2.Text);
webBrowser1.Document.GetElementById("message").SetAttribute("value", textBox1.Text);
webBrowser1.Document.GetElementById("sumbit").InvokeMember("click");
i'm having error on "GetElementById" :S just confused.