
NVYE wrote:Hi,
I'm just wondering, how to get a physical ip address of a computer using Visual Basic.
Thank you very much!
Thanks ...
Text1.Text = Winsock1.LocalIPText1.Text = Winsock1.LocalIPPrivate Sub Command1_Click()
Text1.Text = Winsock1.LocalIP
End SubPrivate Sub Form_Load()
Text1.Text = Winsock1.LocalIP
End SubI dont get it am i missing something here?? your so called physical ip address is 127.0.0.1 unless you are on a local network. other than that the ip address is assigned by your ISP while connected to the internet.physical ip adress




Return to Visual Basic Programming
Users browsing this forum: No registered users and 0 guests