OnInitDialog()에서  

CButton* pCheck = (CButton*)GetDlgItem(IDC_RADIO1);

pCheck->SetCheck(1);


라디오버튼 옵션설정에서도 기본 상태는 변경 가능

+ Recent posts