Results 1 to 2 of 2

Thread: Winsock Problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    11

    Question

    If I send data to a server through winsock, normally the server sends data back.

    But howto recieve and edit the data send by the server?

    Thanx in advance

  2. #2
    Hyperactive Member
    Join Date
    Sep 2000
    Posts
    257
    in the ........

    Private Sub Winsock_DataArrival(data as ...)
    Dim MyData as string 'or byte if you're sending a file.
    Winsock1.GetData MyData

    End Sub

    now MyData will contain the recieved data
    When I write my code, only God and I know what it means. But a week later, only God knows.

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