English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

When I try to install my application ,it should generate a key based on the hardware configuration and it should allow me to check it with another encrypted key which the application already have and generate another key for operaing the application.This is my concept.Any one can help me to implement this idea in VB.net?

2007-05-06 21:27:17 · 2 answers · asked by anjus 3 in Computers & Internet Programming & Design

2 answers

You can use the Windows Management Instrumentation services to extract information about the OS like the serial number.

create the clsWMI class (first link) and create
an OS_SerialNumber property

m_strOSSerialNumber = objMgmt("SerialNumber").ToString()

2007-05-07 03:14:35 · answer #1 · answered by MarkG 7 · 0 0

Maybe use the Mac adress of the PC? This would change if the user changes his network card though. I have no idea how to get the mac adress with vb

2007-05-06 21:50:57 · answer #2 · answered by tru_story 4 · 0 0

fedest.com, questions and answers