views:

19

answers:

0

Hi,

I have a MFC SDI application, the requirement is, when About dialog is pop up, if the user hit Ctrl+S(it's an accelerator of main frame), I want main frame can reponse to it(e.g. save).

It seems I need to do something in PreTranslateMessage to pass that message to main frame, however, I'm not clear about how to do it exactly.

Any ideas are welcome, thanks in advance!