Hi,
can somebody help me!!. i need to hide the three control buttons (minmize, maximize and destroy buttons) of a mdi child form in my mdi app for sometime in my pogram. thanks
regards,
Samuel
Printable View
Hi,
can somebody help me!!. i need to hide the three control buttons (minmize, maximize and destroy buttons) of a mdi child form in my mdi app for sometime in my pogram. thanks
regards,
Samuel
You must use follow code for your form:
Caption=""
ControlBox=False
MaxButton=False
MinButton=False
[email protected]
http://smalig.tripod.com
You can hide the Min and Max buttons. Go to Properties and it will say Min "True" and Max "True" Select false on both of these.
kazooie21