PRB: Can't Use TAB to Move from Standard Controls to CustomLast reviewed: September 29, 1995Article ID: Q131283 |
The information in this article applies to:
SYMPTOMSAs you attempt to customize the new Explorer-style File Open or Save As common dialog, pressing the TAB key fails to move the focus from the standard dialog's controls to the new controls specified in the custom template.
CAUSEThe custom dialog box template failed to specify the DS_CONTROL style.
RESOLUTIONWhen creating a custom dialog box template to be used with the new FileOpen or Save As common dialog, you must specify the DS_CONTROL style.
STATUSThis behavior is by design.
MORE INFORMATIONWith the new way of customizing the File Open or Save As common dialog in Windows 95, you can customize applications to provide a custom dialog box template that adds controls to the default Open or Save As dialog box. This custom dialog box is created as a child of the default dialog box and thus requires a WS_CHILD style. DS_CONTROL is a new style provided in Windows 95. It makes a modal dialog created as a child of another dialog interact well with its parent dialog. This style ensures that the user can move between the controls of the parent dialog and the child dialog - or in this case between the standard Open or Save As common dialog and the custom dialog provided by the application. NOTE: This article does not apply to Windows NT. This information applies only to the new way of customizing the Explorer-style File Open or Save As common dialog in Windows 95.
|
Additional reference words: 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |