Results 1 to 2 of 2

Thread: winsock problem

  1. #1
    haris-raheem
    Guest

    Exclamation winsock problem

    the problem i am facing is that when the winsock.senddata is used inside a loop it sends all the strings combined .i want to recieve them seperate as one string at a time.
    send only the exact solution.
    thanks

  2. #2
    Lively Member
    Join Date
    Aug 2001
    Posts
    109
    well, i use dssock for my winsock usage... i dunno if microsofts winsock control has these properties or not, but dssock has EOLChar and LineMode properties...

    So when you set linemode to true, and set the EOLChar to 34 (space).. and u senddata "line1 line2 line3".... in the recieve event, it will show each line seperately...

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