How do you add the ability to handel WM_CHAR messages to a Dialog Box?
The books say to use the TranslateAccelerators to identify which keys you
need, but I need to handle the whole keyboard. The OnChar function is never
called apparently because IsDialogMessage takes care of it?
Thanks.