normally in a window, top right hand corner you have a 'minimise,maximise,close' button
(minus,square,x)
is there any way i can change the properties of my form to only show a 'close' button (the x)
Printable View
normally in a window, top right hand corner you have a 'minimise,maximise,close' button
(minus,square,x)
is there any way i can change the properties of my form to only show a 'close' button (the x)
in your form properties, there is MinButton, and MaxButton. Just set those to false
or just set the borderstyle to 3 - Fixed Dialog
I like using borderstyle = 4 Fixed ToolWindow. It does the same thing as Fixed Dialog, but the Close button is much smaller.Quote:
Originally Posted by whythetorment
Either way will work for you. It is just a matter of individual taste. :)