If I put the Winsock1.Connect in the Form_Load event of the client it presents a problem. It appears that the client connects to the server (I know this because the server's _ConnectionRequest event is fired) but the client's _Connect event is never fired. Maybe because the client app has not fully loaded yet? I'm not sure.
So, is there another way to connect after knowing that the client has fully loaded so that it's _Connect event is fired?
So, is there another way to connect after knowing that the client has fully loaded so that it's _Connect event is fired?