Originally posted by Stiletto
I think i'm gettign it man...
But:
1. y using the Load command?
2. How do i know from the start how many control arrays i need to create?
1. Load command is used to Load an object. If you have any array of winsocks then you will be able to use each one of them to create a different connection to the remote PC.
2. You don't need to know how many control arrays you want. If you have some user limitation then, let us say the user limitation is 20, you can just load 20 winsocks when your form loads, and after than, you use the next non-busy winsock in the array to create a new connection with the other computer.