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;
Proposed As Answer by
Bharath kumar Y.S
Thursday, October 01, 2009 8:06 AM
Marked As Answer by
Ling Wang
MSFT
, Moderator
Tuesday, October 06, 2009 3:12 AM
Bharath kumar Y.S Thursday, October 01, 2009 8:06 AM
Set ControlBox property of the form to false..
this.ControlBox = false;
Proposed As Answer by
Bharath kumar Y.S
Thursday, October 01, 2009 8:06 AM
Marked As Answer by
Ling Wang
MSFT
, Moderator
Tuesday, October 06, 2009 3:12 AM
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
Home
Copyright 2009-2010 by windowsdevelop.com All rights reserved