03-11-2012, 12:38 AM
Hello, BP community.
Well, since I want to be active on the forum, I decided to share a little hint with you. There is that famous way to disable sizable border (FormBorderStyle -> FixedSingle/Fixed3D), but the border of the form changes a bit. Well, there is a way which does not change the form border, but makes the borders unsizable.
How? Here's the way:
1. Find "AutoSizeMode" in the Properties window.
2. The default value should be "GrowOnly", but you change it to "GrowAndShrink".
3. Test your application.
NOTICE: Your "FormBorderStyle" may be set to "Sizable".
I hope I helped someone who was looking how to fix it.
Regards,
Vinwarez.
Well, since I want to be active on the forum, I decided to share a little hint with you. There is that famous way to disable sizable border (FormBorderStyle -> FixedSingle/Fixed3D), but the border of the form changes a bit. Well, there is a way which does not change the form border, but makes the borders unsizable.
How? Here's the way:
1. Find "AutoSizeMode" in the Properties window.
2. The default value should be "GrowOnly", but you change it to "GrowAndShrink".
3. Test your application.
NOTICE: Your "FormBorderStyle" may be set to "Sizable".
I hope I helped someone who was looking how to fix it.
Regards,
Vinwarez.
Also known as Rocketalypse.
System.out.println("I prefer Java.");
System.out.println("I prefer Java.");