C
Colin McGuire
Hi, is it possible to create/show a form with a controlbox in the
title bar at the top where:
a) The minimize box is enabled
b) The maximize box is disabled
c) The close box is disabled
I can get the minimize & maximize boxes to be enabled or disabled by
changing the properties "MinimizeBox" and "MaximizeBox" in the IDE
properties window to one of true or false. However I can't sort out
how to disable the close box. My current "FormBorderStyle" is
currently "Fixed".
Thank you
Colin
title bar at the top where:
a) The minimize box is enabled
b) The maximize box is disabled
c) The close box is disabled
I can get the minimize & maximize boxes to be enabled or disabled by
changing the properties "MinimizeBox" and "MaximizeBox" in the IDE
properties window to one of true or false. However I can't sort out
how to disable the close box. My current "FormBorderStyle" is
currently "Fixed".
Thank you
Colin