somone hit me in the head and explain why this is happening: Keep in mind its 2:30 and i've had no caffine today
KK ,using winsock ....
VB Code:
dim strData1 as string dim strData2 as string strData1 = "hey" strData2 = "bye" socket.senddata strData1 socket.senddata strData2
why on the other send, does it come out as "heybye" instead of 2 seperate strings of "hey" and "bye" ...like on other end i have
VB Code:
socket2.getdata strData1 socket2.getdata strData2 text1.text = strData1 text2.text = strData2
text2 stays empty while text1 becomes "heybye"
*** (pardon my french ) lololol am i not allowed to send data like that?
-lost n tired-
![]()
![]()
![]()





Reply With Quote