BUG: Printer Dialog Box Doesn't Show For Common Dialog ControlLast reviewed: May 9, 1997Article ID: Q151080 |
The information in this article applies to:
SYMPTOMSIf the Common Dialog control is used to invoke an Open dialog box, and if a file is selected from that Open dialog box, and then if the Printer dialog box is invoked using the same Common Dialog control, the Printer dialog does not appear.
WORKAROUNDTo work around this behavior, reset the Flags property of the Common Dialog control to zero (0) after showing the Open dialog box.
STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. Microsoft is researching this issue and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps To Reproduce Problem
Private Sub Command2_Click() CommonDialog1.Flags = 0 CommonDialog1.ShowPrinter End SubThe Printer dialog box appears even after the Open dialog box has been displayed. |
Keywords : PrgOther vb4all vb4win kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |