rsutton Posted January 19, 2012 Share Posted January 19, 2012 I checked all over the options what is the option for making forms non-resizable. I know its a retarded question. Quote Link to comment Share on other sites More sharing options...
FHannes Posted January 19, 2012 Share Posted January 19, 2012 Form.BorderStyle := bsSingle; Form.BorderIcons := [biSystemMenu,biMinimize]; Quote Link to comment Share on other sites More sharing options...
rsutton Posted January 19, 2012 Author Share Posted January 19, 2012 ahh gotcha thx bud Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted January 20, 2012 Share Posted January 20, 2012 I simply use Form.BorderStyle := bsDialog; Sets the dialog to non resizable and takes away all but the X close button with one line of code/one setting. Quote Link to comment Share on other sites More sharing options...