Edit

Property Sample

This topic describes the Property Sample code sample. It contains the following sections:

Description

The Property Sample shows how to implement three different styles of property sheets: modal, modeless, and wizard. It also shows how to use the PropSheetProc function to modify the property sheet dialog before or after it is created.

Minimum Requirements

Product Version
DLL comctl32.dll version 4.0
Operating System Windows 95, Microsoft Windows NT 3.1

 

Downloading the Sample

The Property Sample is installed as part of the Windows Software Development Kit (SDK) and is available in the following location.

Location Path/URL
Windows SDK %Program Files%\Microsoft SDKs\Windows\[version number]\Samples\winui\controls\common\property

 

Building the Sample

To build the sample using the command prompt:

  1. Open the Command Prompt window and navigate to the project directory.
  2. Enter msbuild [project file].

To build the sample using Visual Studio:

  1. Open Windows Explorer and navigate to the project directory.
  2. Double-click the icon for the .vcproj file to open the project in Visual Studio.
  3. From the Build menu, select Build Solution to build the solution.

About Property Sheets