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
Report Document export not working...
New issue with report run counter not incrementing by 1
My asp.net button is still not enabled even when I set it to enabled
Input Boxes
could not load VFD.VXD
Trouble running wmi query from .NET
How to identify at runtime if the sw is in debug or release mode (VB.NET)
Creating a directory path string based on choices in a form
Force Data Type on import - Access 2003
Windows messages : How to find the sender of of WM_USER message