HOWTO: How to Enable the Help Button on a Modal Property Sheet
Article ID: 132715
Article Last Modified on 11/21/2006
APPLIES TO
- Microsoft Foundation Class Library 4.2, when used with:
- Microsoft Visual C++ 1.52 Professional Edition
- Microsoft Visual C++ 2.0 Professional Edition
- Microsoft Visual C++ 4.0 Standard Edition
This article was previously published under Q132715
SUMMARY
The 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.
REFERENCES
Please 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 query words: kbinf 2.00 2.10 2.52 3.00 3.10 4.00
Keywords: kbcode kbhowto kbpropsheet KB132715