18-03-14, 03:37 PM
Function macadrss()
Dim nics() As NetworkInterface = _
NetworkInterface.GetAllNetworkInterfaces
Return nics(0).GetPhysicalAddress.ToString
End Function
طبعاً في الاول اسـتدعي
System.Net.NetworkInformation
Dim nics() As NetworkInterface = _
NetworkInterface.GetAllNetworkInterfaces
Return nics(0).GetPhysicalAddress.ToString
End Function
طبعاً في الاول اسـتدعي
System.Net.NetworkInformation
