Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hawaiiantrash

    dictionary containing arraylist for a running list of active users

    here is what i have come up with so far .. seems relatively functional .. problem is .. it seems to only be able to process a new message about every 2 seconds! .. perhaps i've done something wrong trying to pick all this together heh .. please advise .. thanks in advance!!! using System...
  2. hawaiiantrash

    dictionary containing arraylist for a running list of active users

    hmm thanks! i think the best way would be as you said using a user class because im going to want to store a reference to the socket as well ... Dictionary<string, new userClass()> rooms = new Dictionary<string, new userClass()> something on the lines of that?
  3. hawaiiantrash

    dictionary containing arraylist for a running list of active users

    im trying to store arraylists in a dictionary .. i dont thikn im doing this right because when i output .. i get 3 results .. b1,b2,and a collections object .. the end goal is to have a running list of channels (chat rooms) and their users (username,socketconnection) .. so when i need to send a...

Part and Inventory Search

Back
Top