Windows Develop Bookmark and Share   
 index > Windows Forms General > Making Help, Minimize, Maximize/Restore and Close Caption Buttons Visible
 

Making Help, Minimize, Maximize/Restore and Close Caption Buttons Visible

Hi, Everybody!

How can I make the Help, Minimize, Maximize/Restore and Close caption buttons visible at the same time? The Help caption button seems to only appear when the following Forms properties boolean expression is TRUE: ControlBox AND HelpButton AND NOT (MaximizeBox OR MinimizeBox) AND FormBorderStyle!= [ None | FixedToolWindow | SizableToolWindow ].

Has anyone figured out how?

Please advise.

Informatosaurus  Monday, November 05, 2007 8:05 PM

http://msdn2.microsoft.com/en-us/library/system.windows.forms.form.helpbutton.aspx

says:

The value of the HelpButton property is ignored if the Maximize or Minimize buttons are shown.

Tall Dude  Tuesday, November 06, 2007 4:42 AM

http://msdn2.microsoft.com/en-us/library/system.windows.forms.form.helpbutton.aspx

says:

The value of the HelpButton property is ignored if the Maximize or Minimize buttons are shown.

Tall Dude  Tuesday, November 06, 2007 4:42 AM

You can use google to search for other answers

Custom Search

More Threads

• Invoking events at correct thread
• Do you have to call Form.Dispose()
• go to last line in richTextBox
• AxHost hosted ActiveX control and focus related events
• Super Simple Custom Control Alters Properties On Build When In TabControl
• Problem with .Net framework..
• Automating Office from a Webserver
• Setting checkbox background color for area within the square.
• docked controls overlapping at startup, but not after resize
• Understanding label.update() method