Microsoft
Software
Hardware
Network
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
How to configure FastCGI activity timeout for php-cgi.exe, Windows7, x64
How to get first sunday for every month for one year
Sending and Receiving Data like a Dataset using WCF between two or more programs over internet without IIS Configurations
MS Access - Move focus from one form to another form with VBA and enable controls
Error importing .reg file
Missing or broken reference msoutl.olb
Protecting Section of Word Document
macro to only output if there are records in table
Conditionally filter numbers based on digits beyond decimal point
MSI Compatibility Issue on Windows Server 2008