How do I make VB determine the users computers' current IP?
Printable View
How do I make VB determine the users computers' current IP?
Try it.
------------------
smalig
[email protected]
http://vbcode.webhostme.com/
Make 1 Winsock controll and 1 textbox
use the following code in the form_load event
text1.text=Winsock1.LocalIp
-Lumin