label1.Caption:=ComputerId1.MacAddress //得到Mac地址 label2.Caption:=ComputerId1.CPUSerialNumber
label1.Caption:=ComputerId1.MacAddress //得到Mac地址 label2.Caption:=ComputerId1.CPUSerialNumber...
label1.Caption:=ComputerId1.MacAddress //得到Mac地址 label2.Caption:=ComputerId1.CPUSerialNumber...
供了获得CPU序列号和网 卡Mac地址的方法。 1.Delphi中可这个控件或这个动态库。控件提供了两个属性,MacAddress和CPUSerialNumber。 2.Delphi外的语言,请使用这个动态库。动态库提供了两个函数,GetCPUSerialNumber和GetMacAddres...