how do i get my computers ip address in a textbox?
ithink its like text1.text = inet1.localIP?
Printable View
how do i get my computers ip address in a textbox?
ithink its like text1.text = inet1.localIP?
I got this from a website before, no ActiveX controls. It's better this way I guess:D
Well i know how to do it via winsock
text1.text = winsock1.localip
have fun