Home All Groups Group Topic Archive Search About

programmatically setting form size

Author
30 Mar 2006 1:25 PM
campbellbrian2001
Thanks in advance to anyone who can tell me how to programmatically
keep a user from changing a form size. I need to do this in code rather
than from the properties menu.
Thanks!

Author
30 Mar 2006 2:12 PM
Chris Dunaway
Set the MinimumSize and MaximumSize properties of the form once it is
at the desired size.