J john sutor Jan 5, 2004 #1 How can you lock a form so a user cannot resize the form? Hint: the "Locked" property does not work
N Nicholas Paldino [.NET/C# MVP] Jan 5, 2004 #2 John, Have you tried setting the MaximumSize and MinimumSize properties to the same value? Hope this helps.
John, Have you tried setting the MaximumSize and MinimumSize properties to the same value? Hope this helps.
J Jon Skeet [C# MVP] Jan 5, 2004 #3 john sutor said: How can you lock a form so a user cannot resize the form? Hint: the "Locked" property does not work Click to expand... If you look at the Form.SizeGripStyle example, it gives a good idea of how it can be done.
john sutor said: How can you lock a form so a user cannot resize the form? Hint: the "Locked" property does not work Click to expand... If you look at the Form.SizeGripStyle example, it gives a good idea of how it can be done.