How to Display Old-Style FileOpen Common Dialog in Windows 95Last reviewed: September 29, 1995Article ID: Q131282 |
The information in this article applies to:
SUMMARYIf you want an application to revert back to the old-style FileOpen or SaveAs common dialog box, you must either provide a dialog template or a hook function in addition to not specifying the OFN_EXPLORER flag. MORE INFORMATION Windows 95 provides a new flag for the File Open or Save As common dialog box called OFN_EXPLORER. When set, this flag ensures that the File Open dialog box displays a user interface that is similar to the Windows Explorer (or so-called Explorer-style dialog box). You may want your application to revert to the old Windows version 3.1 style dialog box. For example, you might want to maintain a user interface consistent with the Windows NT user interface. Windows NT version 3.51 currently does not support the new Explorer-style File Open common dialog box. The next version of Windows NT, however, should implement this new feature.) To display the old-style common dialog box:
|
Additional reference words: 4.00 subdialog
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |