09-07-2012, 12:03 PM
|
Bann Tool
|
|
09-07-2012, 12:42 PM
i see u need to type the names in the textbox you could make it that if u select the user that it shows in the textbox example: private void listBox1_SelectedIndexChanged(object sender, EventArgs e) { if (listBox1.SelectedIndex != -1) { string name = listBox1.SelectedItem.ToString(); textBox1.Text = name; } }
09-07-2012, 12:54 PM
i see u need to type the names in the textbox you could make it that if u select the user that it shows in the textbox example: private void listBox1_SelectedIndexChanged(object sender, EventArgs e) { if (listBox1.SelectedIndex != -1) { string name = listBox1.SelectedItem.ToString(); textBox1.Text = name; } } Oh nice i dont thought about that i will try it out now^^ // Edit : Done thank you
09-09-2012, 09:27 PM
thanks^^
09-09-2012, 11:39 PM
nice , have in site more is good u learn c## u can help make good tools for this Forum,
09-26-2012, 02:57 PM
Nice tool
12-08-2012, 01:12 AM
You should add a "Time Ban System": You choose how many time you want the player to be banned, when its over, the toon its unbanned automatically.
03-24-2013, 01:55 AM
Nice !!!!
![]()
03-30-2013, 03:46 AM
nice nikola thx
|
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)


