A Form owned only by MDI child

Hi,

I would like to know how can i display a new form (NOT one of the MDI Childs) above only a specific child, i mean when i will select a different MDI Child form i will not see the new form and when i will switch to the specific form i will see this form.

I am looking for a Owner or Parent like feature...

How can i do it  

Thanks,
Udi


Answer this question

A Form owned only by MDI child

  • Nahas

    oh I get it.  so if you open an actual child, the form you popped up hides   you do the event (LostFocus), and check what actually does have focus.  Then hide/show accordingly.
  • pcjnky

    No.
  • Craig Vick

    form.ShowDialog()
  • NeoZon

    Udi - are you looking to have the child form "contained" inside of another child form  I'm not quite sure I follow you.

    -Paul

  • softgen

    do u think one can do that  that is having a child form inside another child form

  • A Form owned only by MDI child