可以收到ON_COMMAND消息。
相同情况,多文档介面里两个消息都可以收到的.

解决方案 »

  1.   

    If you want ON_UPDATE_COMMAND_UI handlers to work for the control bars, you also need to derive new control bar classes and handle the WM_IDLEUPDATECMDUI message. If your dialog box is not the main window of your application, you will also need to modify its parent frame window to pass the WM_IDLEUPDATECMDUI message on to the dialog box's control bars.
      

  2.   

    你自己用PreTranslitMessage调试看一看到底接收时变成什么了,或在什么地方可以截获到消息。