I am trying to write a chat room program and I am going to use Command Buttons to display the number of chat rooms open for the user to chat into.

I wish to send the Caption of Command1 to Command10 over Winsock1, via a modem TCP/IP Internet or LAN ENTERnet cable. Also I wish to only use the port "1234" and nothing else. I wish to send this from one project and then recieve this from another project, that isn't actually the same, but works on the same protocols and ports of TCP/IP etc.

Also the Command Captions must be encripted in some way, to only make it impossible for a person to read it, but not a simple 32-Bit machine.