|
-
Nov 9th, 2004, 05:42 AM
#1
Thread Starter
Member
VBA Excel WhatsThisHelp
How does that feature and the WhatsThisButton work i cant find anyway of using them thanx
-
Nov 10th, 2004, 01:40 AM
#2
The WhatThisHelp feature works like the ToolTip (the yellow bubbles that come up , when you hold the mouse over a control for some time). The difference is, to show the WhatThisHelp you have to select the question mark (WhatThisHelpButton) and click on the Control for which you want to have the Help.
The implementation of the WhatThisHelp is more difficult. The ToolTipText has only to be set to each control, for the WhatThisHelp you need to compile the neccessary Help-text into a Chm Help file. The ContextID of each control have to correspond with the numbers used in this file and so forth...
For further detail whow to implement WhatThisHelp see this old link
Microsoft WhatThisHelp PopUpTester Old discussion about WhatThisHelp
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|