FAQ: How to get hard disk serial number in my vb.net program?
If you are an VB.NET Developer and looking for a solution to get serial number of hard disk in your VB.NET program, you can try our GetDiskSerial DLL. With a few function call in VB.NET, it helps you read the Serial Number of Hard Disk in your vb.net projects easily and quickly.
Private Sub Command1_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Command1.Click SetLicenseKey('Your-License-Key') Text1.Text = GetSerialNumber(0) Text2.Text = GetModelNumber(0) End Sub
Free Trial GetDiskSerial DLL Now