I have a little problem using Winsock. I am using it to send a keystrokes - a single bytes representing ASCII codes. When you are typing (very) slowly, it works. But when you type more quickly, the I have troubles on client (maybe) side - the characters are higgledy-piggledy sorted, sometimes the whole groups of characters.
I tried to use something like this:
Code:Sub Winsock1_DataArrival.... Winsock1.GetData d, vbArray+vbByte Do While Recieving Doevents Loop Recieving = True ... Recieving = False
But this doesn't helped. How to get the right order, even they are quickly sent?




Reply With Quote