Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
- Open the Command Prompt window and navigate to the project directory.
- Enter
msbuild [project file].
To build the sample using Visual Studio:
- Open Windows Explorer and navigate to the project directory.
- Double-click the icon for the .vcproj file to open the project in Visual Studio.
- From the Build menu, select Build Solution to build the solution.
Related topics