How to make one of two child windows always on the top?

  • Thread starter Thread starter barbara
  • Start date Start date
B

barbara

Hi, all

I want to display two child windows in the MDI window at the same time
and I use: Me.LayoutMdi(MdiLayout.TileHorizontal). But It switches
that two windows' positions sometimes. How can I make a particular one
always on the top and the other on the bottom?


Thanks!
 
I think only way is to set MDIParent's ActiveForm property to the one you want on top
 

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