programmatically setting form size

  • Thread starter Thread starter campbellbrian2001
  • Start date Start date
C

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!
 
Set the MinimumSize and MaximumSize properties of the form once it is
at the desired size.
 
Back
Top