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
" can't move the items. the file path\filename.pst could not be accessed Outlook 2003 Under XP
Programatically create multiple paragraph to a Excel Cell
SQL SERVER 2005 - SELECT top 4 query
Wildcards in worksheet names/SUMPRODUCT range
Powerpoint clip art gone!
Connect to a Crosstab query in Access from Excel
Can security be applied to a sharepoint view?
Need help finding Office 2007 Product Key in Registry
SSIS Script task Excel object reference release
ASP.Net/C# - GridView Checkbox template column how do I loop through checked rows?