-
How do I find out my computer's current IP address?
My ISP gives me a new one each time I connect, but I don't want the program to throw a wobbler if I am not connected and therefored don't have one. (I also don't want it to try and connect to the internet either!)
------------------
Matthew Ralston
E-Mail: [email protected]
ICQ:31422892
Web Sites:The Blue Link My Home Page
-
Add a winsock control to a form...
Then you are looking for: Me.Winsock1.LocalIP
Something like:
msgbox Me.Winsock1.LocalIP
Will give it to you...
If that doesn't work, I can e-mail you the project I have with it...
------------------
Morgan
[email protected]
My Web Page