How to make a Non-Resizeable Form *For Beginners*
Use this board to post your code snippets - tips and tricks
5 posts
Page 1 of 1
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.
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.
You do not have the required permissions to view the files attached to this post.
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.
FormBorderStyle.FixedSingle would be better, you can then edit the layout way easier ;)
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

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.
Another way is set the minimum and maximum size to what ever you want.
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
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.
5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023