I\'m writing a program that is using a validation of graphic card. I tried using multiple ways; the closest one i found was using:
lblGrapics.Text = infotype
"invalid namespace" is not about System.Management, it is because the first parameter of
Dim WmiSelect As New ManagementObjectSearcher _("rootCIMV2", "SELECT * FROM
is not accepted.
Try to use another constructor without first parameter:
Dim WmiSelect As New ManagementObjectSearcher _("SELECT * FROM Win32_VideoController")