Can this be done and if so how? Trying to store the handle for each of my threads in a list control that also holds each threads corrisponding connecting ipaddress and port. (they are connecting to socket server connections)

I want to store the threads handle here so that I can send messages to the correct thread insead of broadcasting to all the threads.

Thanks
Tom