Please tell me How can i get HDD serial number in VB
rahulmpatki 0 Newbie Poster
Recommended Answers
Jump to Postthis code show c drive serial number
Private Sub Form_Load() 'Show drive serial number for the current drive MsgBox " Drive serial number for " & Left(App.Path, 1) & ": " & GetDriveSerialNumber End End Sub Public Function GetDriveSerialNumber(Optional ByVal DriveLetter As String) As Long Dim fso …
Jump to Posttry this.
Jump to Postok. please try it again.
All 10 Replies
vb5prgrmr 143 Posting Virtuoso
abu taher 34 Practically a Posting Shark
rahul300 0 Newbie Poster
rahulmpatki 0 Newbie Poster
rahulmpatki 0 Newbie Poster
abu taher 34 Practically a Posting Shark
rahulmpatki 0 Newbie Poster
abu taher 34 Practically a Posting Shark
rahulmpatki 0 Newbie Poster
abu taher 34 Practically a Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.