1) All childs WindowState must be set to Normal
2) Show() method must becalled rather than Focus() .
3) The Big One: Parent windows MainMenuStrip must be set (put something like this.MainMenuStrip = new MenuStrip(); in the mdi form_load event).
Leave a Reply
You must be logged in to post a comment.