PDA

Click to See Complete Forum and Search --> : Whats This Help for MDI form menu


chrisjk
Jan 16th, 2000, 08:36 AM
You can only have a "What's This" button on a form that only shows a "Close" button on the title bar. You can't have a Min or Max button as well. A "Fixed Single" form and a "Fixed Dialog" form allow you to have a "What's This", all others do not.

Regards,

------------------
- Chris
chris.kilhams@btinternet.com
If it ain't broke - don't fix it :)

joey o.
Jan 16th, 2000, 11:35 AM
I'm not able to get a "what's this" question on my MDI form. It would be real nice if it were possible, but so far I can't make it happen. Any tips or clues? I tried changing the whats this help to true but there is no what's this button available.

joey o.
Jan 17th, 2000, 01:49 AM
How do I get an MDI form to only show a close
button?

chrisjk
Jan 17th, 2000, 02:03 AM
You can't because it's an MDI form. An MDI form must have a minimize, maximize and close button.

Otherwise it would infringe on conditions that Microsoft have for Windows compatibility or something like that

Regards,

------------------
- Chris
chris.kilhams@btinternet.com
If it ain't broke - don't fix it :)

joey o.
Jan 17th, 2000, 08:09 AM
I don't mind infringing on M$ if anyone knows how. Is there an API or trick to get a question mark button in the title bar? Then I can just have the click event call "what's this help".