|
-
Jun 3rd, 2003, 09:32 AM
#1
Thread Starter
Fanatic Member
whatthishelp Vs HelpContextid
how does whatthishelp work ?
where would i put help tip .
Thanks
Last edited by vishalmarya; Jun 3rd, 2003 at 12:16 PM.
-
Jun 3rd, 2003, 09:37 AM
#2
Frenzied Member
You have to create a help file, then link it to the project using the PROJECT / PROPERTIES window.
Then you have to set the HelpContextID for each control on the form to be the HelpContextID of the appropriate help page in the help file.
Then you set the WhatsThisHelp=True, WhatsThisButton=True and when the user clicks on the What's This button, and then the control, the HelpContextID is used to display the correct page in the help file.
It's long winded, and crap (in my opinion) 
It also (as far as I know) only supports the old style .HLP files, not the new-style compiled .CHM help files.
'Buzby'
Visual Basic Developer
"I'm moving to Theory. Everything works there."
-
Jun 3rd, 2003, 11:45 AM
#3
Thread Starter
Fanatic Member
Originally posted by Buzby
You have to create a help file, then link it to the project using the PROJECT / PROPERTIES window.
Then you have to set the HelpContextID for each control on the form to be the HelpContextID of the appropriate help page in the help file.
Then you set the WhatsThisHelp=True, WhatsThisButton=True and when the user clicks on the What's This button, and then the control, the HelpContextID is used to display the correct page in the help file.
It's long winded, and crap (in my opinion) 
It also (as far as I know) only supports the old style .HLP files, not the new-style compiled .CHM help files.
Thanks for your reply .
Actually i don't have a help file which i can link to my prog and test everything myself .
i know how to implement context sensitive help (helpcontextid) ,
and thought helpcontextid and whatthishelp were different
things .
And u mean that .CHM files made in help wokshop won't work for helpcontextid and whatthishelp ?
-
Sep 5th, 2003, 02:47 PM
#4
I used my .chm file to holp the context sensitve help statements, and it works!
If you need help look at HTML Help
And you may read in this old thread, whow I made it work (finally) Opus finds his way to Context sensitive Help
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
|