Vb.net - Find harddisc serial number A lot of times you need to get the serial number of the harddisc of the user for all kind of purpeses. Here you can learn how to do it fast and easy with vb.net Here is a copy of the function I used in this software: Public Function GetHDSerialNo(ByVal strDrive As String) As String 'Get HD Serial Number 'Ensure Valid Drive Letter Entered, Else, Default To C If strDrive = ' OrElse strDrive Is Nothing Then strDrive = 'C' End If Dim moHD As New ManagementObject('Win32_LogicalDisk.DeviceID='' + strDrive + ':'') 'Get Info moHD.[Get]() Return moHD('VolumeSerialNumber').ToString() End Function.

Tamil tv serial actress shilpa facebook. Vb.net - serial number hello there, I would like to generate a serial number from a specific computer. What im using right now is I get the hard drive serial from registry and then I. VB Helper: HowTo: Get mother board serial numbers and CPU IDs in Visual. Private Function CpuId() As String Dim computer As String = '.