Change the form's border style to 0, 1, or 2. 2 is probably what you want though. If you want to prevent the user from Maximizing the form you'll want to set the form's Maxbutton to .F. as well. If you want to a form to only be resizeable up to or down to certain dimensions then check out the form's maxwidth, maxheight, minwidth, and minheight properties.
As well as setting the border style, I also set the max/min height and width to the same value as the forms actual height and width. This stops people double clicking on the title bar and maximising the form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.