Guys, I know that to have a server that can receive multiple client conexions, i must create a single Winsock Control that has an index of zero (for example, Winsock1(0)), right?

What would then be the code I need to write to serve multiple conexions? It's like I am creating multiple Winsock controls at run time, right?

Please help! Thanks a lot!