In a container form I have menu and buttons to open ther forms.
Here I am fac
@Hans Passant has the correct answer, but you could also solve your issue by not using MDI forms at all. Some options:
Parent
property to the menu form, orBoth of these would require significant changes to your UI code, though.