I have a toolbar in my MDI parent form, when I maximize a child form, part of it gets covered by the toolbar...is there a way to set this so the child form doesn't get covered?
thanks
Printable View
I have a toolbar in my MDI parent form, when I maximize a child form, part of it gets covered by the toolbar...is there a way to set this so the child form doesn't get covered?
thanks
Is the Docking prop set to Top on the Toolbar in the MDI Parent? Try messing with Bring To Front and Send To Back and see if that fixes it.