Have mdiForm with 3 child forms. Would like all child forms to have no control menu box nor maximise/minimise/close icons on top right.
So set in design mode:
childform.controlbox = False
childform.maximize = False
childform.minimize = False
But at runtime the child does not display unless I set these back to true which would make logical sense.
Is there anyway either in VB6 or via API to remove these options but still allow the form to display maximised within the parent form??
Thanks
John
So set in design mode:
childform.controlbox = False
childform.maximize = False
childform.minimize = False
But at runtime the child does not display unless I set these back to true which would make logical sense.
Is there anyway either in VB6 or via API to remove these options but still allow the form to display maximised within the parent form??
Thanks
John