CheckBox

Started by
0 comments, last by Ethan 22 years, 8 months ago
How can i get the value from an checkbox thx
Advertisement
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