Page 1 of 1

How to make a Non-Resizeable Form *For Beginners*

Posted: Mon Jun 18, 2012 10:24 am
by 3aaBrSbeel
Hello, 3aaBrSBeel here!

I'm gonna show you how to make your Form a Non-Resizeable Form.
We will not be doing it in the FormBorderStyle. Because it's not in there.

Ok, we just need to change the Auto Size Mode to GrowAndShrink

There is a Picture Attached to this Post!

Thanks! Hope this helped.

Re: How to make a Non-Resizeable Form *For Beginners*

Posted: Mon Jun 18, 2012 11:13 am
by comathi
Actually, the property to make a form non-resizable is located in the FormBorderStyle property. All you have to do is set it to FixedSingle.

Re: How to make a Non-Resizeable Form *For Beginners*

Posted: Mon Jun 18, 2012 11:52 am
by MrAksel
FormBorderStyle.FixedSingle would be better, you can then edit the layout way easier ;)

Re: How to make a Non-Resizeable Form *For Beginners*

Posted: Mon Jun 18, 2012 12:56 pm
by smashapps
With grow wouldn't it then be able to get bigger than not smaller? I wouldn't want that on my applications.

Another way is set the minimum and maximum size to what ever you want.

Re: How to make a Non-Resizeable Form *For Beginners*

Posted: Mon Jun 18, 2012 1:04 pm
by 3aaBrSbeel
I know it's easy to edit it in FormBorderStyle which you can set it to FixedSingle or other kind. This tutorial is about how to make it simple and look professional. I kinda don't want it to look in FixedSingle.