Brett Romero wrote:[color=blue]
> I have an MDI Parent form with a toolstrip and menustrip. The
> menustrip is always the top most. Both are Docked to Top. I
> contemplated using a toolstripcontainer but then removed it. I had to
> redock my toolstrip and menustrip. Now the toolstrip is always top
> most. I added a new MDI Parent form and can't find any differences.
> How do I get the menustrip to be top most?[/color]
Between multiple controls that are Docked in the same place, it's the
Z-Order that decides the order they dock in. In the visual designer,
use (right click) Send to Back / Bring to Front; in code, use
Control.SendToBack / .BringToFront. It's not intuitively (to me,
anyway) obvious which way round is which, so play with it till it makes
sense :)
[color=blue]
> Also, is there a way to get the menu strip items (opening of a menu) to
> be transparent, such as this:
>
http://www.windowsforms.net/WhidbeyF...4&Cat=Controls[/color]
You want the actual menu strip to be transparent? Hmm, don't think you
can do that. It might look a bit odd?
--
Larry Lard
Replies to group please