2010.9.16 MFC常用控件用法

一、CheckBox

    1、通过id ,判断一个checkBox是否被选中

    int ncheck=((CButton*)GetDlgItem(IDC_CHECK13))->GetCheck();   返回结果:1/0

 

posted @ 2010-09-16 13:31  pjh123  阅读(230)  评论(0)    收藏  举报