Results 1 to 10 of 10

Thread: maybe it's because im tired :-\ [ resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member ice_531's Avatar
    Join Date
    Aug 2002
    Location
    Sitting w/ Bob Status: -Next -To- Null- Friend: Philip
    Posts
    1,152

    Resolved maybe it's because im tired :-\ [ resolved]

    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:
    1. dim strData1 as string
    2. dim strData2 as string
    3. strData1 = "hey"
    4. strData2 = "bye"
    5. socket.senddata strData1
    6. 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:
    1. socket2.getdata strData1
    2. socket2.getdata strData2
    3. text1.text = strData1
    4. 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-

    Last edited by ice_531; Dec 28th, 2004 at 12:53 PM.
    :::`DISCLAIMER`:::
    Do NOT take anything i have posted to be truthful in any way, shape or form.
    Thank You!

    --------------------------------
    "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe
    "Finaly I can look as gay as I want..." - NoteMe
    Languages: VB6, BASIC, Java, C#. C++

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width