How to Enable the Help Button on a Modal Property SheetLast reviewed: October 10, 1997Article ID: Q132715 |
1.52 | 2.00 2.10 4.00WINDOWS | WINDOWS NT kbprg kbcode The information in this article applies to:
SUMMARYThe F1-key help functionality and the Help button on a Modal Property sheet can be enabled by choosing Context-Sensitive Help while generating an AppWizard-generated application. In a standard AppWizard-generated application, clicking the Help button on the property sheet has no effect because there is no default handler for the Help button. This article shows by example how to obtain F1-key functionality with the Help button.
MORE INFORMATION
Step-by-Step ExampleThe default implementation of a modal property sheet has no handler for the Help button. To obtain F1-key functionality with the Help button, follow these steps:
REFERENCESPlease see the DLGPROP.CPP file in the MFC\SRC subdirectory of the Visual C++ installation or distribution CD directory. This source file includes source code for CPropertySheet and CPropertyPage.
|
Additional reference words: kbinf 2.00 2.10 2.52 3.00 3.10 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |