MDI app, Child form still show menu bar when no menu present

laredo512

Regular
Joined
Jan 6, 2004
Messages
88
Location
Far enough to see snow in winter
Hi All,

I got a basic MDI app.

The MDIParent has control buttons instead of using a menu. Hence, There is no menu created in the app and the MDIParent upon loading does not display the menu bar.

However, when I click one the these command buttons, the child form loads (I already disabled the FormBorderStyle, and removed the control boxes), I still get the menu bar (with nothing in it) even though I did not create one.

How do I eliminate it completely?

Thanks in advance
 
Back
Top