Results 1 to 4 of 4

Thread: whatthishelp Vs HelpContextid

  1. #1

    Thread Starter
    Fanatic Member vishalmarya's Avatar
    Join Date
    Feb 2001
    Location
    New Delhi , INDIA
    Posts
    858

    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.
    Vishal Marya, MCP .net 3.5
    My Site
    http://www.vstoolsgallery.com/
    http://visualstudiogallery.msdn.micr...b-f87a909b9266





    Please indicate what version of vb you use.
    Please mark your thread resolved using the Thread Tools above.
    -----------------------------------------

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670
    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."

  3. #3

    Thread Starter
    Fanatic Member vishalmarya's Avatar
    Join Date
    Feb 2001
    Location
    New Delhi , INDIA
    Posts
    858
    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 ?
    Vishal Marya, MCP .net 3.5
    My Site
    http://www.vstoolsgallery.com/
    http://visualstudiogallery.msdn.micr...b-f87a909b9266





    Please indicate what version of vb you use.
    Please mark your thread resolved using the Thread Tools above.
    -----------------------------------------

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



Click Here to Expand Forum to Full Width