As the question states, I need to find the model number of a printer using vb dotNet.
Currently have been using the EnumPrinters API and checking the driver name, however certain printers are supported by the same named driver (ie the driver supports a series of printers) which does not allow me to differentiate between them.
I need the output to be <manufacturer> <model> <codes>
.
Is this possible with vb.net/any other language