I'm having problems retrieving my CORRECT IP address!
I place a WinSock control in my form, and wites the following code:

Code:
Private Sub Form_Load()
	MsgBox Winsock1.LocalIP
End Sub
Now it should return my static IP 1.0.0.1, but it returns 246.132.155.221 and my
computer name is 'cybercarsten', but it returns my username for my Internet Connection!!!
What is wrong here!!!!????