windows_programming_notes.nbk: Home | Index | Next Page: how to subclass a dialog control | Previous Page: Home


 How To Handle Checkboxes

Defining Checkboxes in a dialog

Read the Checkbox's state

Change the Checkbox's state

Possible Checkbox States

From winuser.h:

#define BST_CHECKED	1
#define BST_INDETERMINATE	2
#define BST_UNCHECKED	0

windows_programming_notes.nbk: Home | Index | Next Page: how to subclass a dialog control | Previous Page: Home


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time