一、CheckBox
1、通过id ,判断一个checkBox是否被选中
int ncheck=((CButton*)GetDlgItem(IDC_CHECK13))->GetCheck(); 返回结果:1/0