Kann ich irgendwie die MAC ID der Netzwerkkarte und die Prozessoren ID mit nem API auslesen? Wär echt supa da ich es für eine Datenbank benötige…
Hi,
ein Hallo und Tschüß ist schon was nettes!
Zum Problem 1)
http://www.activevb.de/ -> Tipps und Tricks -> Tip 261
Zum Problem 2)
Private Declare Sub GetSystemInfo Lib „kernel32“ (lpSystemInfo As SYSTEM_INFO)
Private Type SYSTEM_INFO
dwOemID As Long
dwPageSize As Long
lpMinimumApplicationAddress As Long
lpMaximumApplicationAddress As Long
dwActiveProcessorMask As Long
dwNumberOrfProcessors As Long
dwProcessorType As Long
dwAllocationGranularity As Long
dwReserved As Long
End Type
Kann sein, daß die OEMID die SN is. Kanns hier leider net testen, da PIII keine SN hat.
Gruß
Andreas
Kann ich irgendwie die MAC ID der Netzwerkkarte und die
Prozessoren ID mit nem API auslesen? Wär echt supa da ich es
für eine Datenbank benötige…