The point of an MDI application is that the parent is an empty container waiting for child forms. I don't think you can set any kind of background inside of it unless you change your deisng. Perhaps use only 1 form and instead of child forms, use user controls.