You can connect and reconnect over and over .. do this for each connection

VB Code:
  1. With Form1.Winsock1
  2.      .Close
  3.      .LocalPort = 0
  4.      .Connect RemoteHost, RemotePort
  5. End With