Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jizhong2000

  1. jizhong2000

    CommonDialog question

    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
  2. jizhong2000

    CommonDialog.ShowPrinter

    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...
  3. jizhong2000

    Commondialog.ShowFont

    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

Part and Inventory Search

Back
Top