How can I remove the System Menu?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a mdiparent form without any controls. It contains one midchild form.

When the mdichild form maximizes, its System Menu appears (in upper left and
right corners) and the system menu occupies part of the mdiparent form. Is
there any way to remove the system menu and the part occupied?

Thank you very much.
 
In other word, I would like the child form to be a window without title bar
and system menu. How this can be achieved?
 
zhaounknown said:
In other word, I would like the child form to be a window without title
bar
and system menu. How this can be achieved?

I suggest to rethink if an MDI environment is the best choice. MDI children
typically represent documents. Maybe using usercontrols instead of the MDI
child forms is preferrable in this particular case.
 
Thanks.

The case described above is a simplication of my problem. I think, the
usercontrols are not suitable for my problem.
 
Back
Top