I can't seem to be able to detect the escape key. I have an MFC app. I over-rode just about every key press message handler in my class object that has the input focus and none of the handlers can detect the ESC key. I can detect most other keys with the handlers I've tried. Any ideas?