PRB: ClassWizard Uses WM_HELPINFO Instead of WM_HELPLast reviewed: June 26, 1997Article ID: Q140676 |
The information in this article applies to:
SYMPTOMSWhen you use ClassWizard to add a handler for the WM_HELP message, the message is not listed in the Messages list box. Instead, the message is listed as WM_HELPINFO.
RESOLUTIONSelect WM_HELPINFO to add a handler for WM_HELP.
MORE INFORMATIONPrevious versions of MFC define OnHelp as the function to handle the WM_COMMAND message with ID_HELP. To avoid conflicts with this message handler, MFC 4.x and higher use OnHelpInfo as the name of the function that handles the WM_HELP message. So ClassWizard shows the WM_HELP message as WM_HELPINFO. |
Keywords : kbprg kbtool WizardIss
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |