So currently i have been working on a application that is a MDI parent, with child forms. I use a un docked toolstrip as a toolbox since i like the small icons and mouse hover, but one issue that bugs me is that when a child form is open in the parent form it's "under" the tooltrip. For example moving childform1 pass the toolstrip menu makes the form go under rather ontop. Is there anyway to give the child forms foreground when moving?
thanks