mfc_dlg - 8BitsCoding/RobotMentor GitHub Wiki

CWnd *p_wnd = GetDlgItem(IDC_MY_EDIT);

CEdit *p_edit = (CEdit *)GetDlgItem(IDC_MY_EDIT);

참고사이트