|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Locking Application to HDD Sr.No.Hi,
can anyone help me with the code or instructions to write a code to read the HDD sr no and lock my application to this no. for security and piracy protection of my application. Thanks a million in advance. Surendra To read the HDD serial number see:
http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VB_DOT_NET/Q_21346708.html -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET, VB6, VB5 and VBA You can code, design and document much faster in VB.NET, C#, C++ or VJ# Free resources for add-in developers: http://www.mztools.com "surendra.rajput" <surendra.raj***@gmail.com> escribió en el mensaje news:1137047368.124892.137740@g49g2000cwa.googlegroups.com... > Hi, > can anyone help me with the code or instructions to write a code to > read the HDD sr no and lock my application to this no. for security and > piracy protection of my application. > > Thanks a million in advance. > > Surendra > Carlos J. Quintero [VB MVP] wrote:
> To read the HDD serial number see: Doesn't that just get the serialnr for the partition. Reformat and it's > > http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VB_DOT_NET/Q_21346708.html > changed. -- Rinze van Huizen C-Services Holland b.v Hi,
Add a reference to system.management Dim moReturn As Management.ManagementObjectCollection Dim moSearch As Management.ManagementObjectSearcher Dim mo As Management.ManagementObject moSearch = New Management.ManagementObjectSearcher("Select * from Win32_LogicalDisk where MediaType = 12") moReturn = moSearch.Get For Each mo In moReturn Debug.WriteLine(mo("Name") & " " & mo("VolumeSerialNumber")) Next Ken ---------------------- Show quoteHide quote "surendra.rajput" <surendra.raj***@gmail.com> wrote in message news:1137047368.124892.137740@g49g2000cwa.googlegroups.com... > Hi, > can anyone help me with the code or instructions to write a code to > read the HDD sr no and lock my application to this no. for security and > piracy protection of my application. > > Thanks a million in advance. > > Surendra > "surendra.rajput" <surendra.raj***@gmail.com> schrieb: I think this is a bad idea. Harddisks often crash and are replaced by new > can anyone help me with the code or instructions to write a code to > read the HDD sr no and lock my application to this no. for security and > piracy protection of my application. disks. Can you afford a 24/7 support hotline? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Module and Class
Option Strict Declaring Variables Within a If Steatement MDI's Probably an intro question -> starting window over? calling form_load? Copying DataRows to another DataTable Extending Business Object Open pdf file with button in VB 2005 Window Form's icon problem? problem in declaring streamwriter object |
|||||||||||||||||||||||