T
Tony Maresca
Greetings.
I would like to display the WMI properties for a printer
in a PropertyGrid, with minimal coding.
A WMI printer object is represented in managed code
using the System.Management.ManagementObject class,
which has a property named "Properties". The Properties
property is a PropertyDataCollection of PropertyData
objects, one PropertyData object for each property of the
printer.
Each PropertyData object has a Name (string) property
and a Value (object) property.
Any suggestions on how to approach this are appreciated.
--
Tony M.
I would like to display the WMI properties for a printer
in a PropertyGrid, with minimal coding.
A WMI printer object is represented in managed code
using the System.Management.ManagementObject class,
which has a property named "Properties". The Properties
property is a PropertyDataCollection of PropertyData
objects, one PropertyData object for each property of the
printer.
Each PropertyData object has a Name (string) property
and a Value (object) property.
Any suggestions on how to approach this are appreciated.
--
Tony M.