Need help to do a "online members" list to my chat
C#
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hello i am working with a chat in c# and there´s one thing left to do, a list of members who are in the chat, in a listbox. tried for hours but i am not comming anywhere so now i am asking for help.. so please can some one help me :) //Bobbziz
Waddatah
If you are using a client server approach, you would probably be best off if you made a function to retrieve a list of the users from the server.