Maximize and ToolStrips

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If i have an MDI form, with tollstrips such as Menu, ToolBar or Status how do
i stop a child form sliding under these toolstrips? eg when dragged or
maximized.

*guy*
 
the problem is the z-order. You will need to make sure that the toolstrip
has the lowest z-order so that nothing can be obscured by it.

control.sendtoback?

tm
 
hi toff,
yes i had thought of this one, for some reason doenst eork though:(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top