Hi,
I am wondering if there is any property of a form to disable ONLY Minimize icon on the title bar. I want this form to be maximized and resized but not minimized. Is there any way out?
Thanks.
Regards,
Michi
MCSE, MCDBA
Printable View
Hi,
I am wondering if there is any property of a form to disable ONLY Minimize icon on the title bar. I want this form to be maximized and resized but not minimized. Is there any way out?
Thanks.
Regards,
Michi
MCSE, MCDBA
Try the MinButton property of the form.
MinButton = False
Great!! Thank you!
Regards,
Michi
MCSE, MCDBA