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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top