Thanks Romain,
I understand how to create the class, but don't understand what you mean by
'import the class'. its not a dll, its just a cs file. therefore I assume
I just include it in the project. I have done this, but the using
statement:
using ROOT.CIMV2.Win32;
still doesn't compile as it has no idea what 'using ROOT.CIMV2.Win32' is.
can you advise me on this? do I need to reference a dll in my project
references? Or do I need to import a namespace into my project (which begs
another question: I'm moving from VS 2003 and VB to VS2005 and CS. I don't
see any where you can import name spaces. or is that a vb thing and not a
cs thing?).
Since I haven't worked with wmi yet, I cant advise on your IP issue, but
when I cross that bridge, I'll let you know.