jizhong2000
Programmer
With CommonDialog.ShowPrinter, you can not change the printer properties on NT (ok with 95/98) I used the following:
CommonDialog1.CancelError = True
On Error GoTo ErrHandler
CommonDialog1.FLAGS = cdlPDPrintSetup
CommonDialog1.ShowPrinter
Did I do something wrong? How can you offer the same feature as the Show Printer on NT? Thanks for help.
JS
CommonDialog1.CancelError = True
On Error GoTo ErrHandler
CommonDialog1.FLAGS = cdlPDPrintSetup
CommonDialog1.ShowPrinter
Did I do something wrong? How can you offer the same feature as the Show Printer on NT? Thanks for help.
JS