A
Anil Gupte
I am getting this error: Type 'System.Management.ManagementClass' is not
defined. The statement is:
Dim diskClass As New System.Management.ManagementClass("Win32_LogicalDisk")
According to the help file, this 'System.Management.ManagementClass' is
under System.Object, so I put in the
Imports System.Object
in namespace, but that seems not to help.
Any suggestions?
Thanx in advance,
defined. The statement is:
Dim diskClass As New System.Management.ManagementClass("Win32_LogicalDisk")
According to the help file, this 'System.Management.ManagementClass' is
under System.Object, so I put in the
Imports System.Object
in namespace, but that seems not to help.
Any suggestions?
Thanx in advance,