|
-
Sep 19th, 2000, 02:12 PM
#1
Thread Starter
Member
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?
-
Sep 19th, 2000, 02:13 PM
#2
Fanatic Member
I think that if you right click (at run-time) a popup-menu will appear with the option "What's this?"
-
Sep 19th, 2000, 02:20 PM
#3
PowerPoster
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....
-
Sep 19th, 2000, 02:34 PM
#4
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
-
Sep 19th, 2000, 02:56 PM
#5
Thread Starter
Member
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,
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
|