how to check a radio box
-
Hi, I have a set of radio box in my a group box. I could not set any of the radio buttons. the member variable is of type int. I try to set it using m_membervariable = 0 and so on. Thanks, Deepak Samuel.
-
Hi, I have a set of radio box in my a group box. I could not set any of the radio buttons. the member variable is of type int. I try to set it using m_membervariable = 0 and so on. Thanks, Deepak Samuel.
-
Hi, I have a set of radio box in my a group box. I could not set any of the radio buttons. the member variable is of type int. I try to set it using m_membervariable = 0 and so on. Thanks, Deepak Samuel.
Forget about using
UpdateData()
. Assign each of the radio button controls to aCButton
member variable. Then just callSetCheck()
accordingly. If you want to operate on a group of radio buttons, just useCWnd::CheckRadioButton()
.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)