Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #4K
~225 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for MervinKoops

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.

Member Avatar for MervinKoops
0
125
Member Avatar for purpleCRAYON

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?

Member Avatar for sknake
0
100

The End.