I am using Winsock GetData and it appears that the data being returned is getting truncated. The data is a string and it will appear truncated in the middle of a word or sentence. It seems very simple:
VB Code:
Dim strData As String wSockUDP.GetData strData, vbString
Any ideas??
Thanks.




Reply With Quote