Article ID: 146916 - Last Review: November 21, 2006 - Revision: 3.2 How To Create a Modeless CPropertySheet with Standard ButtonsThis article was previously published under Q146916 Note Microsoft Visual C++ .NET (2002) supports both the managed code
model that is provided by the Microsoft .NET Framework and the unmanaged native
Microsoft Windows code model. The information in this article applies only to
unmanaged Visual C++ code. SUMMARY This article describes how to implement the standard OK, Cancel, and Apply buttons in a modeless CPropertySheet object. MORE INFORMATION For a modeless CPropertySheet, the Microsoft Foundation Classes (MFC) resize the sheet and hide
the standard buttons in the CPropertySheet::OnInitDialog member function. To prevent MFC from doing this, perform the
following steps:
| Article Translations
|
Back to the top
