|
-
Aug 11th, 2005, 07:17 AM
#1
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|