http://pidiszero.tistory.com/60
요약
1. PreTranslateMessage 추가
2. UpdateDialogControls( this, TRUE ); 추가
{
UpdateDialogControls( this, TRUE );
return CDialogEx::PreTranslateMessage( pMsg );
}
3. 함수 선언
4. 메세지 맵 정의
5. 함수 정의
{
pCmdUI->SetText( _T("시작") );
}