Question Problem on clss ManagementBaseObject

chphz

New member
Joined
Aug 4, 2012
Messages
4
Programming Experience
Beginner
Hi All

I pasted the following code from web to editor

Imports System.Management
Public Class HandleObjectReady
Private complete As Boolean = False
Private obj As ManagementBaseObject

End Class

ManagementBaseObject is contained within namespace of System.Management and I had imported the right namespace, but the editor tellls me "Type ManagementBaseObject is not difined"

VB.jpg

How could it be?:moody:
 
Back
Top