![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there any way to get the CPU serial, MAC address, and Volumn ID from VB.Net? I am thinking to make use of the information to generate serial number request code. The serial number request code then can be used to generate final serial number to provide the the use for activate the software we distribute. Thanks, |
#3
| |||
| |||
|
|
Tony, Here are some ideas: MAC Address: System.Net.NetworkInformation.GetPhysicalAddress Volume ID: Call the Win 32 API GetVolumeInformationA function in the kernel32 dll CPU serial: See this thread for ideas http://www.dotnet247.com/247referenc...57/288174.aspx -- Carsten Thomsen Communities - http://community.integratedsolutions.dk --------- Voodoo Programming: Things programmers do that they know shouldn't work but they try anyway, and which sometimes actually work, such as recompiling everything. (Karl Lehenbauer) --------- "Tony Chang" <tonychang (AT) newsgroups (DOT) nospam> wrote in message news:OHE8G%23QkGHA.984 (AT) TK2MSFTNGP04 (DOT) phx.gbl... Is there any way to get the CPU serial, MAC address, and Volumn ID from VB.Net? I am thinking to make use of the information to generate serial number request code. The serial number request code then can be used to generate final serial number to provide the the use for activate the software we distribute. Thanks, |
#4
| |||
| |||
|
|
Tony, Here are some ideas: MAC Address: System.Net.NetworkInformation.GetPhysicalAddress Volume ID: Call the Win 32 API GetVolumeInformationA function in the kernel32 dll CPU serial: See this thread for ideas http://www.dotnet247.com/247referenc...57/288174.aspx -- Carsten Thomsen Communities - http://community.integratedsolutions.dk --------- Voodoo Programming: Things programmers do that they know shouldn't work but they try anyway, and which sometimes actually work, such as recompiling everything. (Karl Lehenbauer) --------- "Tony Chang" <tonychang (AT) newsgroups (DOT) nospam> wrote in message news:OHE8G%23QkGHA.984 (AT) TK2MSFTNGP04 (DOT) phx.gbl... Is there any way to get the CPU serial, MAC address, and Volumn ID from VB.Net? I am thinking to make use of the information to generate serial number request code. The serial number request code then can be used to generate final serial number to provide the the use for activate the software we distribute. Thanks, |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |