When CommonDialog.ShowFont is used, the Font dialog box will be shown so that users can choose the setup. There is an item field called "Script" on the dialog box. Is there a way to disable it so that it will not be shown on the dialog box? thanks for your help.
JS
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...
When CommonDialog.ShowFont is used, the Font dialog box will be shown so that users can choose the setup. There is an item field called "Script" on the dialog box. Is there a way to disable it so that it will not be shown on the dialog box? thanks for your help.
JS
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.