Article ID: 202314 - Last Review: June 28, 2004 - Revision: 2.1 MOD2000: How to Display Context-Sensitive Help for the What'sThis ButtonThis article was previously published under Q202314 Advanced: Requires expert coding, interoperability, and multiuser skills.
For a Microsoft Office XP Developer version of this article, see 306370 (http://support.microsoft.com/kb/306370/EN-US/ ) . SUMMARY
You can provide context-sensitive Help for a What's This button on the title bar of your Access form by using the WhatsThisButton property. When you set this property to True, the mouse pointer changes to the What's This state (arrow with a question mark), and the topic displayed is identified by the HelpContextID property of the control that the user clicks. This article demonstrates how to display context-sensitive Help for the WhatsThisButton property to open a particular Help file. MORE INFORMATION
To display context-sensitive Help that appears when a user clicks the
What's This button on the title bar, and then clicks an object on the form or the report, follow these steps:
REFERENCESFor additional information about creating Help topic files, click the article number below
to view the article in the Microsoft Knowledge Base:
210166
(http://support.microsoft.com/kb/210166/EN-US/
)
ACC2000: How to Create Pop-up Context-Sensitive Help
For additional information about creating help files for an Access run-time application, click the article number below
to view the article in the Microsoft Knowledge Base:
243568
(http://support.microsoft.com/kb/243568/EN-US/
)
MOD2000: How to Launch a Custom Help File in a Runtime Solution
| Article Translations
|
Back to the top
