Well, with android I always did Socket1 as socket. Then it raises Socket1_Connected, which its at this point where I need to open the astreams handler. But for multiple IPs, i would need to declare Socket2, Socket3, etc... No? that means i would need an event handler for each and every socket?
I was hoping there was something like Dim Sockets() as Socket and it would raise say a Sockets_Connected(index as integer). That would be nice.
like I said there are some things I just dont quite understand.