G
Guest
Hi EveryBody:
Two days ago I post question regarding how can I get the MAC Address And I
recived the answer which is:
Imports System.net.networkinformation
Dim networkcard() As NetworkInterface =
NetworkInterface.GetAllNetworkInterfaces()
Dim netcard As String = networkcard(0).GetPhysicalAddress.ToString
which really work fine but my question is:
How can I get the IP address related to the MAC address that I got from
previous code, Is there any way to translet the MAC address to IP.
any help will be appreciated
regard's
Husam
Two days ago I post question regarding how can I get the MAC Address And I
recived the answer which is:
Imports System.net.networkinformation
Dim networkcard() As NetworkInterface =
NetworkInterface.GetAllNetworkInterfaces()
Dim netcard As String = networkcard(0).GetPhysicalAddress.ToString
which really work fine but my question is:
How can I get the IP address related to the MAC address that I got from
previous code, Is there any way to translet the MAC address to IP.
any help will be appreciated
regard's
Husam