المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Client And Server Chat



C# Programming
07-07-2009, 09:50 AM
Hello,
I've built a chat that few clients can connect to the server and every message that each client send all the other recieve it.

I want to add all the user name to each client when a new client is connect.
How can i do it?

i'm using the Hashtable class to store the users.

thanks...