GUI 상태에서 Radio Button을 설정 후,

IDC_RADIO -> DDX(m_radio) 선언한다.

 

초기시 Radio를 default로 Check상태로 두려면,

m_radio.SetCheck(true);

 

Check되어있는 Radio Button을 알아오려면.

GetCheckedRadioButton(IDC_RTD110, IDC_RTD114);

+ Recent posts