I have an MFC dialog containing a dozen or so buttons, radio buttons and readonly edit controls.
I'd like to know when the user hits Ctrl+V in that dialog, regardless of which control has the focus.
If this were C#, I could set the KeyPreview
proprety and my form would receive all the keystrokes before the individual controls - but how do I do that in my MFC dialog?