User Profile

Collapse

Profile Sidebar

Collapse
denisdoherty
denisdoherty
Last Activity: Dec 16 '07, 08:06 PM
Joined: Dec 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • denisdoherty
    started a topic Cross Thread
    in C

    Cross Thread

    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();...
    See more | Go to post

  • denisdoherty
    started a topic Kicking a player from a game
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...