MFC Check Box
-
Hi, I have created an MDI MFC Appwizard Application,with base class as CFormView . I have inserted property pages in the form view. I have placed a check box on the 1st propertypage. Now I want to access the value of the check box in the form.cpp file. So how can I access it? Drushti
-
Hi, I have created an MDI MFC Appwizard Application,with base class as CFormView . I have inserted property pages in the form view. I have placed a check box on the 1st propertypage. Now I want to access the value of the check box in the form.cpp file. So how can I access it? Drushti
If the checkbox is a
CButton
object, just use theGetCheck()
method.
"Opinions are neither right nor wrong. I cannot change your opinion of me. I can, however, change what influences your opinion." - David Crow