Microsoft KB Archive/132919

From BetaArchive Wiki

SAMPLE: How to Use Three Different Styles of Property Sheets

Q132919



The information in this article applies to:


  • Microsoft Win32 Software Development Kit (SDK), versions 3.51, 4.0
  • Microsoft Win32s version 1.30





SUMMARY

The PROPERTY sample code demonstrates how to use three different styles of property sheets: modal, modeless, and wizard.



MORE INFORMATION

The following file is available for download from the Microsoft Download Center:


Property.exe

For additional information about how to download Microsoft Support files, click the article number below to view the article in the Microsoft Knowledge Base:

Q119591 How to Obtain Microsoft Support Files from Online Services

Microsoft used the most current virus detection software available on the date of posting to scan this file for viruses. Once posted, the file is housed on secure servers that prevent any unauthorized changes to the file.



The main problem in dealing with a modeless property sheet is knowing when to destroy the property sheet. This is handled in the application's main message loop using the PSM_GETCURRENTPAGEHWND message (PropSheet_GetCurrentPageHwnd macro). PSM_GETCURRENTPAGEHWND returns NULL after the OK or Cancel buttons have been clicked (or the dialog box has been closed) and all of the pages have been notified. The application can then call DestroyWindow on the window handle that was returned from the PropertySheet call.

The sample also demonstrates how to use the PropSheetCallback function to modify the property sheet dialog box before or after it is created. The Wizard property sheet is modified to contain a system menu.

Additional query words: Windows 95 kbfile

Keywords : kbSDKWin32 kbOSWin32s kbOSWin95
Issue type :
Technology : kbWin32SDKSearch kbAudDeveloper kbSDKSearch kbWin32sSearch kbWin32SDK400 kbWin32SDK351


Last Reviewed: November 26, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.