Advertisement

CheckBox

Started by August 19, 2001 10:21 AM
0 comments, last by Ethan 23 years, 6 months ago
How can i get the value from an checkbox thx
UINT IsDlgButtonChecked(HWND hDlg, int nIDButton);


Return Value:
BST_CHECKED: Button is checked.
BST_INDETERMINATE: Button is grayed..
BST_UNCHECKED: Button is unchecked.

This topic is closed to new replies.

Advertisement