Imports System.Net.NetworkInformation
Dim macs() As NetworkInterface = NetworkInterface.GetAllNetworkInterfaces()
MsgBox(mac(1).GetPhysicalAddress.ToString)
Dim macs() As NetworkInterface = NetworkInterface.GetAllNetworkInterfaces()
MsgBox(mac(1).GetPhysicalAddress.ToString)
No comments:
Post a Comment