Imports System.Net
Imports System.Net.Sockets
Dim IPAddress As New
IPAddress(Dns.GetHostByName(Dns.GetHostName).Addre ssList(0).Address)
Dim strIPAddress As String = IPAddress.ToString
"Sven Wynsberghe" <sv*************@howest.be> wrote in message
news:ei**************@tk2msftngp13.phx.gbl...
Like the topic states, is there any way I can get the ip-adress of my
computer with a vb.net application?
thanks for the help :)