BOOL PreTranslateMessage(MSG* pMsg) { if(pMsg->message == WM_CHAR && wParam == 8) return TRUE; return FALSE; }