[求助]关于OnKeyDown()问题, 希望那位大哥帮个忙啊,(急)
void CText7_4View::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
{
// TODO: Add your message handler code here and/or call default
switch(nChar)
{
case 'a':
MessageBox("you press key a!");
break;
case 'b':
MessageBox("ASDFafa");
break;
default:
break;
}
// CView::OnKeyDown(nChar, nRepCnt, nFlags);
}
怎么按了 a , 没有反映啊`` 帮个忙啊`