N
nassar
I want to know how i can make my program always get the
messages sent by keyboard even when its window is hidden,
minimized, or not in focus? i know that the usual message
handlers like:
void CMyclass::OnKeyDown(UINT nChar,...)
won't work when the program doesn't have the focus, so
what i can do?
thanx..
messages sent by keyboard even when its window is hidden,
minimized, or not in focus? i know that the usual message
handlers like:
void CMyclass::OnKeyDown(UINT nChar,...)
won't work when the program doesn't have the focus, so
what i can do?
thanx..