You can have as many Winsock controls in one form provided
that the port numbers are not the same.

If you use two winsock with the same port number, it will
give you a "Address in use" error.

If you want to have two or more clients using one port
and one winsock control, you'll have to indexed the
winsock control...

hope this helps...