[VB]Prevent resizing a form

Solved
leam19 Posted messages 93 Status Member -  
leam19 Posted messages 93 Status Member -
Bonjour,

I created a program in VB.net (I think ;) ) and I would like to know how to prevent it from being resized;
THANK YOU FOR EXPLAINING EVERYTHING!!!!!!!I AM A BIG BEGINNER!!!!!!!

6 answers

lermite222 Posted messages 9042 Status Contributor 1 199
 
Hello
In the properties window of the form, pay attention to the FormBorderStyle property
See you+
--
If you bump into a pot and it sounds hollow, it’s not necessarily the pot that is empty. ;-)(Confucius)
NOTE: I do not respond to private messages for technical questions.
3
leam19 Posted messages 93 Status Member 2
 
My window is called Form1 ;)
0
leam19 Posted messages 93 Status Member 2
 
I can't see at all where ;) I've already looked a bit....
0
leam19 Posted messages 93 Status Member 2
 
Ah!! Thank you
I thought it was right-click >> properties... but no ^^
Thanks a lot ;)
0
leam19 Posted messages 93 Status Member 2
 
I set it to fixedtoolwindows, fixed single did not prevent resizing...
0
leam19 Posted messages 93 Status Member 2
 
No, I found the best way ;)
I set Maximize box to false; now the button is disabled... Thank you very much!!!
0