- Home
·
- Internet/HTML
·
- A very simple way to display the user's current I.P. address using the Winsock control.
A very simple way to display the user's current I.P. address using the Winsock control.
A very simple way to display the user's current I.P. address using the Winsock control.
Rate A very simple way to display the user's current I.P. address using the Winsock control.
(2(2 Vote))
'Name the button "getIP" and name the text box "ipAddress".
'Use other names at will; just change the code below to suit.
'Code for the button
Private Sub getIP_Click()
ipAddress.Text = Winsock1.LocalIP
End Sub
A very simple way to display the user's current I.P. address using the Winsock control. Comments
No comments yet — be the first to post one!
Post a Comment