
A Property Sheet Demo
---------------------

This is based on an example by Schildt from his book "Advanced Windows"

Property Sheets are used to alter various properties of some item; such as
printer options or a screen saver and are normally called from within the application.
This demo demonstrates how to create and use them so that you can understand their
use.

This demo property sheet has three separate pages which can be selected
from the tabs or from the "ONE", "TWO" or "THREE" buttons. A list box
is present on the first page which allows an item to be selected
and double clicked on. The second page has 3 check boxes and after setting
their value can be inverted. The Last page has 3 radio buttons. Any button
can be selected. 

In all three pages the "Apply" button can be pressed. In this case, the
values of the particular page are retained.

Files included are:-

PropSht.exe	The demo program
PropSht.asm	Source
PropSht.rc	Resource file
Makefile
Macros.mac	Macros
 
Ron Thomas.

Ron_Thom@Compuserve.com

www.rbthomas.freeserve.co.uk

15/1/01

 
             

