Sentimental Programmer
| ysoftman
Visual C++ GetDlgItemText 의 두가지 모드
char text[10];
// GetDlgItemText 는 내부적으로 다음의 두 함수로 작동한다.
// GetDlgItemTextA -> ASCII 를 읽어 올때
// GetDlgItemTextW -> UniCode 를 읽어 올때
// edit box 의 내용은 ASCII 로 읽어 온다.
GetDlgItemTextA(CWnd::m_hWnd, IDC_UNICODE, text, 10);
comments:
댓글 쓰기
NewerPage
Home
OlderPage
comments:
댓글 쓰기