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
Add new row to datagrid for insertion vb.net
E00 Log files missing Help needed.
datarow and datarowview difference ?
"Preparing to Configure Windows"
Frontpage 2003 Browse button
SQL Query to find number of customers with X bookings
transfer Access 2003 using VBA to Access 2007 on another computer
Rquire simpler than multiple iif, or, and combination
OCS - Exchange install order?
VB.net opening text file into DataGridView