Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi community,

 

i want to create simple MDI application but ths child forms should be in a special order of visibility (or layer).

For example: if a child form has layer 0 it is always top most of all other child forms. A child form with layer 1 is behind a child form with layer 0 but in front of a childform with layer 2 and so on...

 

Does anybody know a solution?

 

Thanks

  • 4 weeks later...
  • Leaders
Posted
Keep in mind, reordering the forms every time they become out of order is going to produce flickering, and the active form will always try to force itself on top.
[sIGPIC]e[/sIGPIC]
Posted

@joe_pool_is

 

I think Hide is as same as Visible = False when you are using Form.Show() method.

 

But in one particular scenario when I used Form.ShowDialog method, I had certain problems using Hide() method which were solved by using Visible=False.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...