How can I get the current IP address on a VB.Net 2017 application?
This is how you get the IP address of localhost.
Dim strIPAddress As String = System.Net.Dns.GetHostEntry(System.Net.Dns.GetHostName).AddressList(0).ToString