Results 1 to 2 of 2

Thread: VBA Excel WhatsThisHelp

  1. #1

    Thread Starter
    Member
    Join Date
    May 2004
    Location
    Where i am
    Posts
    38

    VBA Excel WhatsThisHelp

    How does that feature and the WhatsThisButton work i cant find anyway of using them thanx

  2. #2
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    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
  •  



Click Here to Expand Forum to Full Width