VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Getting IP addresses Lorn (2 replies, 0 views) (2001-Feb-14) use a winsock control and then use the command LocalIP to get the ip, in example:
Private Sub Form_Load()
MsgBox Winsock1.LocalIP
End Sub
that help?
Lorn
|