How can i get ip address of system by sending mac ip address as input using vb.net coding?
Label12.Text = "My ID : " + System.Net.Dns.GetHostByName(Net.Dns.GetHostName()).AddressList(0).ToString()
use this code, without any variable