Hi all, I need help in retriving the DNS server ip of my computer. But with my codes i only manage to the IP address of my computer.
Dim IPAddress As IPAddress = Dns.GetHostEntr y(Dns.GetHostNa me).AddressList (1)
Dim strIPAddress As String = IPAddress.ToStr ing
TextBox3.Text = strIPAddress
please help thanks!
Dim IPAddress As IPAddress = Dns.GetHostEntr y(Dns.GetHostNa me).AddressList (1)
Dim strIPAddress As String = IPAddress.ToStr ing
TextBox3.Text = strIPAddress
please help thanks!
Comment