The information in this article applies to:
SYMPTOMSWhen you display a custom dialog box in Microsoft Excel for Windows 95, version 7.0 and, using the right mouse buttton, click a dialog object, such as a button, you may receive the following message:
CAUSEYou will receive this message in Microsoft Excel 7.0 because it is written to implement the Windows 95 or Windows NT Context Sensitive Help feature. To implement Context Sensitive Help when an object is right-clicked, an application must trap the right-click, determine the context, and pass the Help Context ID associated with the object to the Operating System. While Microsoft Excel 7.0 does perform each of these steps, the custom dialog objects do not have a Help Context ID associated with them. Therefore, Windows 95 displays the message, "No Help topic is associated with this item." MORE INFORMATIONThe Windows 95 Help Authoring Kit states, "The 32-bit version of Microsoft Visual Basic version 4.0 supports Windows 95-style context-sensitive Help. You can set the HelpContextID property for a control in a dialog box." Visual Basic for Applications does provide a HelpContextID property, but it only applies to the MenuItem and ToolbarButton objects. Visual Basic for Applications currently does not offer this functionality to a control on a custom dialog box. REFERENCES
"Windows 95 Help Authoring Kit," Chapter 9, "Software Developers: 'Hooking
Up' the Code," page 179
HelpContextID Additional query words:
Keywords : |
Last Reviewed: October 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |