
Winsock SendData Problem?
Hi,
I am using the winsock control on VB5 (client/server).
If I send data from the server to a user on two separate lines of code....
sckServer(1).SendData "This is line 1"
sckServer(1).SendData "This is line 2"
The client only get one dataarrival event fired with the above text on one
line.
Has anyone got any solutions to this if I need two events to be fired? (Ie
data sent on two separate lines)
Thanks,
Olli.