Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Buttons in form's titlebar
 

Buttons in form's titlebar

Hi, I've got this toolbox styled window I want to add a minimize box to its title bar. Any one has any ideas? 
MigrationUser 1  Thursday, November 27, 2003 5:00 AM
I don’t think you can add a minimize button there, the only way maybe is t use a blank form (without the title bar) and to draw the title bar and the buttons by yourself, something similar to this dialog:

<color="black;background-image: url(http://livetechnologies.ca/SmartLibrary%20Screenshots/SL02%20About.png);width:352px;height:222px"></color>


You can download the dialog with the source code from www.LiveTechnologies.ca
MigrationUser 1  Sunday, November 30, 2003 8:22 AM
Check out post:

http://www.windowsforms.net/Forums/ShowPost.aspx?tabIndex=1&tabId=41&PostID=18940
MigrationUser 1  Wednesday, September 29, 2004 10:58 AM

You can use google to search for other answers

Custom Search

More Threads

• Estimation for Converting a web Application to Desktop Application
• Loading panels too slow
• GDI+ graphics and viewport
• Custom SaveAs Dialog
• ToolStripManager.Merge: Merged MenuItems Disappear...
• CPU goes 100% when moving labels on a form
• Build Dynamic Menu Strip
• IExtenderProvider: how to get a reference to the original extended controls
• using LocalizableAttribute on component constructor arguments
• have someone write a Line Control like the Line Control in VB?