I'm using the Printer object (VB6) to print graphics and need to detect the printer's resolution (in DPI). Tried
X = Printer.PrintQu aliy
to no avail. Returns a zero.
It's been several years since I worked with VB, I guess I'm easily stumped...
Can it be calculated using TwipsPerPixel?
Thanks,
joe
X = Printer.PrintQu aliy
to no avail. Returns a zero.
It's been several years since I worked with VB, I guess I'm easily stumped...
Can it be calculated using TwipsPerPixel?
Thanks,
joe
Comment