MFC 簡單控件使用

BOOL CDemoMFCCtrlDlg::OnInitDialog() { //... SetDlgItemText(IDC_EDIT1, _T("Name")); SetDlgItemText(IDC_EDIT2, _T("PassWord")); ((CButton*)GetDlgItem(IDC_RADIO1))->SetCheck(1); ((CButt
相關文章
相關標籤/搜索