Little Help :)?

12/14/2010 23:11 _tao4229_#16
Form.ShowDialog() is a blocking function
12/15/2010 10:15 PuN|SheR#17
The code from GUI :
Quote:
Public void button etc...
{
string message= TextBox1.text;
Game.World.SendMsgToAll("System".message,2011,0);
}
A Fkin Simple code...
12/16/2010 09:59 Korvacs#18
Create the form on a seperate thread.