Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TForm bsSizeable with biHelp?

Status
Not open for further replies.

rcloutie

Programmer
May 26, 2005
164
CA
Hi folks,

Is there any way to have a sizeable form (main menu) which can display on its titlebar the help button? That is, a titlebar with 4 buttons: help, minimize, maximize and close.

I would like to open the user's guide (pdf file) when the user clicks <?>.

Thanks for help,

Rej Cloutier
 
I don't think it is possible with Delphi's standard forms:

From the Delphi 7 helpfile:
Code:
biHelp	If BorderStyle is bsDialog or biMinimize and biMaximize are excluded, a question mark appears in the form's title bar and when clicked, the cursor changes to crHelp; otherwise,no question mark appears.

[bobafett] BobbaFet [bobafett]
Code:
if not Programming = 'Severe Migraine' then
                       ShowMessage('Eureka!');
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top