|
-
Apr 23rd, 2008, 09:24 PM
#1
Thread Starter
Hyperactive Member
Adding specific MS Help Workshop htm to a textbox
Okay managed to get help working for the individual windows in my project, is it possible to get it working from a textbox control? If so how the heck do you do it?
TIA
-
Apr 24th, 2008, 06:51 AM
#2
Re: Adding specific MS Help Workshop htm to a textbox
What do you mean "from a textbox control"? Do you need to display help for an individual textbox?
-
Apr 27th, 2008, 06:36 PM
#3
Thread Starter
Hyperactive Member
Re: Adding specific MS Help Workshop htm to a textbox
 Originally Posted by Hack
What do you mean "from a textbox control"? Do you need to display help for an individual textbox?
Basically have non-computrer literate end users who need a lot of hand holding, ergo the need to put an F1 help statement on each input control.
-
Apr 28th, 2008, 03:17 PM
#4
Re: Adding specific MS Help Workshop htm to a textbox
For each control set the "HelpContextID" property as apt, and for the form set the "WhatsThisHelp" to true, and "WhatsThisButton" if you want (if the button isn't there, I think it shows the topic when you press F1).
I rarely use it, as I usually find that a ToolTip is enough.
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
|