disable the scale on form size?

retkehing

Well-known member
Joined
Feb 5, 2006
Messages
153
Programming Experience
Beginner
May i know how to disable the scale on form size? Thank you.
 
I don't see any 'scale'..? Perhaps you have set something in Anchor or Dock=Fill?
 
I mean i dont want to allow user to change the width and height of the form size at run time. User can use mouse to simply change the width and height and i want to disable this.
 
Ok, have you looked at the list of properties for Form class? Without you needing to spend several minutes doing this now, I can reveal that you must set its FormBorderStyle to one of the Fixed options.
 
Back
Top