Results 1 to 2 of 2

Thread: Winsock doesn't keep up?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    Prague, Czech Republic
    Posts
    350
    I have a little communication interface between two computers through WinSock. But sometimes I recieve "? " instead of a specific char. I remember in MSComm control I set "?" as a character for "unrecognized" - have WinSock something like this?

    How can I get rid of this silly question mark, or at least minimize its occurence?

  2. #2
    Guest
    I only know of this happening if you don't use a string with GetData...in which case if you do:

    Code:
    Dim i As Integer
    
    Winsock1.GetData i
    you will get alot of ???s. Perhaps it is something along the same line.

    Sunny

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