DOCERR: Name of Standard Help Menu Incorrect for InsertItemLast reviewed: July 23, 1997Article ID: Q94612 |
3.10
WINDOWS
kbprg kbdocerr
The information in this article applies to:
SYMPTOMSAn "Unable to add menu item" error message occurs when trying to add a menu item to the Windows Help engine's Help menu with InsertItem().
CAUSEMNU_HELPON is being used as the Help menu identifier in the InsertItem() macro.
RESOLUTIONPage 318 of Microsoft Windows version 3.1 SDK "Programmer's Reference, Volume 4: Resources" incorrectly lists MNU_HELPON as the Help menu identifier for the Help engine. The correct identifier for the Help menu is MNU_HELP. Using the incorrect identifier does not cause an error when the Help file is compiled, but does cause an "Unable to add menu item" error when the macro is executed by the Windows Help engine.
|
Additional reference words: 3.10 winhelp hc docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |