How to get current IP address of the host machine (localhost) in vb.net programming?
To get IP address of localhost
Dim strIPAddress As String = System.Net.Dns.GetHostEntry(System.Net.Dns.GetHostName).AddressList(0).ToString