How can I find out the IP address of
my computer from VB ?
Who can help me ?
Printable View
How can I find out the IP address of
my computer from VB ?
Who can help me ?
Look these topics:
by using Winsock Control
by using API functions
Best Regards.
------------------
smalig
[email protected]
http://vbcode.webhostme.com/
Add a Microsoft Winsock control to your project. Then use LocalIP property.
MsgBox "My IP is " & Winsock.LocalIP
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819