I'm having problems retrieving my CORRECT IP address!
I place a WinSock control in my form, and wites the following code:
Now it should return my static IP 1.0.0.1, but it returns 246.132.155.221 and myCode:Private Sub Form_Load() MsgBox Winsock1.LocalIP End Sub
computer name is 'cybercarsten', but it returns my username for my Internet Connection!!!
What is wrong here!!!!????




Reply With Quote