자주 사용하지만 맨날 까먹는 EDITBOX control !!
CEdit *editControl = (CEdit *)GetDlgItem(IDC_EDIT1);
editControl->SetWindowTextW(_T("문자열");
editControl->SetWindowTextW(_T(""));
클래스 위자드나 직접 선언을 해서 EDITBOX의 string 변수를 선언하고~(m_editboxstr)
AfxMessageBox(m_editboxstr);
끝..-_-
'app > C' 카테고리의 다른 글
: error C2440: 'static_cast' : 'void (__thiscall CTrayDlg::* )(WPARAM,LPARAM)'에서 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'(으)로 변환할 수 없습니다. (0) | 2010.05.14 |
---|---|
MFC 더블 버퍼링 (0) | 2010.04.20 |
dll viewer anywherepeviewer (0) | 2010.03.26 |
MFC 다이얼로그 그림(이미지) 띄우기 (0) | 2010.03.23 |
visual studio 소스 들여쓰기 (0) | 2010.02.28 |