0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Maybe this will help you. [url]http://stackoverflow.com/questions/869744/how-to-write-a-scalable-tcp-ip-based-server[/url] Goodluck with your game.
This is the code i'm using: [code] List<Process> processes = Process.GetProcesses().ToList(); processes.ForEach(x => MessageBox.Show(x.ProcessName + ".exe"));[/code] For some reason, it is looping through it, I just want it to go through the processes once. Anybody got any help?
The End.
purpleCRAYON