Question : how can i take off the minimize,maximize and close  botton in a form

how can i take off the minimize,maximize and close  botton in a form in VFP 9.0.
The form has the property DESKTOP=.t.

Answer : how can i take off the minimize,maximize and close  botton in a form

minbutton=.f.
maxbutton=.f.
closeable=.f.

These will hide the min and max, and make the close button unclickable.
Random Solutions  
 
programming4us programming4us