
Getting IP Address on machine I am using
Thanks! Here's what I learned:
Add winsock control and Label1...
Private Sub Form_Load()
Label1.Caption = Winsock1.LocalIP
End Sub
Matt
Quote:
> Check out the WinSock control
> > Is there a simple way to retrieve the IP address of the machine I am
> > currently working on? Similar to the dos command ipconfig, but I want to
> > them be able to have it display in a MsgBox.
> > Thanks,
> > Matt