Srmarinhas Posted May 30, 2013 at 12:56 PM Report #509784 Posted May 30, 2013 at 12:56 PM Imports System.Management Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim HDD_Serial As String Dim hdd As New ManagementObjectSearcher("select * from Win32_DiskDrive") For Each hd In hdd.Get HDD_Serial = hd("SerialNumber") Label2.Text = HDD_Serial Next End Sub é o seguinte pessoal estou a usar este código para ler o numero de serie do disco, funciona perfeitamente no Windows 8. mas quando fui experimentar no xp não funciona da erro. agradecia ajuda .se possível. obrigado comprimentos
Srmarinhas Posted May 30, 2013 at 02:36 PM Author Report #509864 Posted May 30, 2013 at 02:36 PM boas pessoal já consegui resolver. no Windows xp não funciona o ("select * from Win32_DiskDrive") . para xp tem que se usar o ("select * from Win32_PhysicalMedia") aqui fica se fizer jeito alguém. comprimentos 1 Report
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now