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
Passing datagrid data between form fields
VSTO: How to access Safe Sender List?
Can i use Remote Desktop on a Windows 2000 machine?
Decipher Image Size in RTF coding (HARD ONE!!!)
Cannot use remote executables after I upgraded to R2
Mixed tooltips using AddTool (GetDlgItem (IDC_THIS), IDC_THIS) and AddTool (this, LPSTR_TEXTCALLBACK) how to.
VPN client (Check point Secure client) not able to browse to any website on the machine once connected to the VPN.
How do I remove special characters in a query?
Purge Deleted items from database immediatly after message recall
Expert Notify Thread - For Experts only (those answering questions in the MS Access Zone).