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 VB.jpg](https://vbdotnetforums.com/data/attachments/2/2533-0970b7dae430ec11964b290ad7c62369.jpg)
How could it be?:moody:
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 VB.jpg](https://vbdotnetforums.com/data/attachments/2/2533-0970b7dae430ec11964b290ad7c62369.jpg)
How could it be?:moody: