Thread problem with XNA C#
- by Luis
I'm development a network card game, and for now i've two players connected but there is a problem with one of them, this one can't do anything on the game. Looks that screen was blocked. I'm think that is because a code i used before.
That code is:
if (InvokeRequired)
{
this.Invoke(new MethodInvoker(delegate
…