Results 1 to 15 of 15

Thread: Get ip address for the incoming client?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Resolved Get ip address for the incoming client?

    ================================================

    Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)

    Dim incomingdata As String

    Winsock1.GetData incomingdata
    Winsock1.SendData (incomingdata)
    Text1.Text = incomingdata


    End Sub

    =================================================


    when the data come in, how can i get the client ip address? or should i get the ip address in winsock1.connectrequest event? how to get?
    Last edited by kenny_oh; Oct 8th, 2005 at 11:44 AM.

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