Results 1 to 5 of 5

Thread: Is there a trick to

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Posts
    45
    I changed the What'sThisHelp property on my form to true and I guess I was supposed to get a "button" in the title bar of my form but none appeared. I then associated the project with a help (html) file and set HelpContextID's and still nothing.

    Trick?
    -Gregg
    -NoOBie At LaRg3

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    I think that if you right click (at run-time) a popup-menu will appear with the option "What's this?"

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Controlbox set to true

    Try setting the controlbox on your form = true. Thne see if it works.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  4. #4
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    From the help file:

    Remarks

    The WhatsThisHelp property must be True for the WhatsThisButton property to be True. In addition, the following properties must also be set as shown:

    ControlBox property = True

    BorderStyle property = Fixed Single or Sizable

    MinButton and MaxButton = False
    – Or –
    BorderStyle property = Fixed Dialog

  5. #5

    Thread Starter
    Member
    Join Date
    Aug 2000
    Posts
    45

    thanks

    i'd of never guessed that in a million years. i looked for that same info in my help files and didn't find it.

    evidently, it is a bit involved to use "what's this" with html help. oh well.

    thanks greatly,
    -Gregg
    -NoOBie At LaRg3

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