When you send data using winsock the code execution carries on to the code once the data has been sent, regardless if it's been received or not by the server winsock connection.
Is it possible, WITHOUT writting wrapper classes, to use the SendData sub like a function...ie, you send data, but code execution stops until the server app sends data back to the client winsock??

Woka