xxpor Posted June 21, 2004 Share Posted June 21, 2004 How do u find out the ip address of the coputer a porgram is running on in VB.NET Link to comment Share on other sites More sharing options...
0 azcodemonkey Posted June 21, 2004 Share Posted June 21, 2004 Dns.GetHostByName( Dns.GetHostByName( "localhost").HostName ).AddressList(0) ' returns the IP This is off the top of my head, so there may be an easier way. Link to comment Share on other sites More sharing options...
0 xxpor Posted June 21, 2004 Author Share Posted June 21, 2004 thx it worked Link to comment Share on other sites More sharing options...
Question
xxpor
How do u find out the ip address of the coputer a porgram is running on in VB.NET
Link to comment
Share on other sites
2 answers to this question
Recommended Posts