PDA

Click to See Complete Forum and Search --> : How do I make VB determine the users computers' current IP?


Pikachu_902
Dec 7th, 1999, 09:19 PM
How do I make VB determine the users computers' current IP?

smalig
Dec 9th, 1999, 03:18 PM
Try it. (http://vbcode.webhostme.com/en/click.asp?id=66)


------------------
smalig
smalig@hotmail.com
http://vbcode.webhostme.com/

lumin
Dec 9th, 1999, 08:06 PM
Make 1 Winsock controll and 1 textbox

use the following code in the form_load event
text1.text=Winsock1.LocalIp

-Lumin