본문 바로가기

Windows/MFC

Radio 버튼 컨트롤

[code]CButton* pOption = static_cast<CButton*>(GetDlgItem(IDC_RADIO1));
pOption->SetCheck(1);[/code]

'Windows > MFC' 카테고리의 다른 글

CPropertySheet, CPropertyPage 설정법  (0) 2013.10.02
CScrollBar 스크롤바 컨트롤  (0) 2013.10.02
윈도우 해상도 알기  (0) 2013.10.02
윈도우 해상도 알기  (0) 2013.10.02
스크롤 바(Scrollbar) HScroll  (0) 2013.10.02