MikePage
06-23-2000, 12:22 PM
I'm trying to use the Common dialog control to change my default printer and the print orientation of selected printer. Easy enough... but doesn't seem to work on my NT 4.0 box? The printer.DeviceName changes but orientation will not change?
Here is the code. Am i missing something?
=========================================================
CommonDialog1.PrinterDefault = True
CommonDialog1.ShowPrinter
MsgBox Printer.DeviceName & " : " & Printer.Orientation
=========================================================
Here is the code. Am i missing something?
=========================================================
CommonDialog1.PrinterDefault = True
CommonDialog1.ShowPrinter
MsgBox Printer.DeviceName & " : " & Printer.Orientation
=========================================================