I am running a stand alone application where i am connecting the clients to the server.
I can start up the server but when i try and connect the client to the server it is throwing me up and ERROR---- Cross-thread operation not valid: Control 'txt_NumPlayers ' accessed from a thread other than the thread it was created on.
The line of code that the error is on is txt_NumPlayers. test = m_players.Count .ToString();...
User Profile
Collapse
-
Kicking a player from a game
I have to design the game battleships, I have some of it coded but i am stuck on kicking the player off the game.
I have a record of all the players that have connected to the game throught the server. they are all just usign guess accounts what i mean is that they can be kicked off and then log straight back in with the same name. I have a listbox called lst_playersconn ected where all the players that are connected to the game will...
No activity results to display
Show More