Hi,
I have set the wondows form property as formborderstyle = fixedDialog and Locked = true
but still if we double click on the title bar , the window is maximizing.
I dont want to allo resizing.
in the initialize component , i have given
this.MinimumSize = this.Size;
this.MaximumSize = this.MinimumSize;
but when form loads ,it comes in the left corner of the screen.
but i want to show the window in the centre oof screen.
Can anybody help me out.?
block resizing of windows form on double click title barblock resizing of windows form on double click title bar
Page 1 of 1
1 Replies - 13301 Views - Last Post: 28 March 2008 - 05:54 AM
#1
block resizing of windows form on double click title bar
Posted 28 March 2008 - 12:50 AM
Replies To: block resizing of windows form on double click title bar
#2
Re: block resizing of windows form on double click title bar
Posted 28 March 2008 - 05:54 AM
you can disable the minimize button by using this.MinimizeBox = false;
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|