Hy guys!
I logged into the darkorbit with name and password but when i choose the server, my program is stopped (error) in C# wroten
code:
private void button7_Click(object sender, EventArgs e)
{
webBrowser1.Document.GetElementById("loginForm_def ault_input_username").SetAttribute("value", textBox1.Text);
webBrowser1.Document.GetElementById("loginForm_def ault_input_password").SetAttribute("value", textBox2.Text);
webBrowser1.Document.GetElementById("loginForm_def ault_loginButton").InvokeMember("click");
}
private void button8_Click(object sender, EventArgs e)
{
webBrowser1.Document.GetElementById("serverSelecti on_ini_669").InvokeMember("click");
}
and when I chosse the server ( with button 8 ) drop error the C#
why?







