Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Creating windows child form
 

Creating windows child form

Hi,

I need to create a windows child form without the close, minimize and maximize buttons.


Thanking You
Gna Andrew Cross  Thursday, October 01, 2009 7:00 AM
Set ControlBox property of the form to false..



this.ControlBox = false;
Bharath kumar Y.S  Thursday, October 01, 2009 8:06 AM
Set ControlBox property of the form to false..



this.ControlBox = false;
Bharath kumar Y.S  Thursday, October 01, 2009 8:06 AM

You can use google to search for other answers

Custom Search

More Threads

• Setting visibility of properties in a propertygrid at runtime
• Problem with TypeDescriptor.CreateProperty()
• Styling in WinForm Applications?
• add record question
• Query Builder
• UserControls not showing up in toolbox
• Master/Detail forms
• How to copy the panel including controls and paste in the same form?
• Property Grid - displaying nested properties
• Crazy PrintPreviewDialog not in intellisense