VB.NET – How to Prevent a Form from Being Resized by the User

vb.netwinforms

I have a form that needs to be maximized in VB.net. I don't want the user to be able to change its size or move it around. How can I do this?

Best Answer

Set the highlighted properties. Set MaximimSize and MinimizeSize properties the same size

enter image description here