Windows Form Topmost...



I have an MDI form that has 4 child forms that are locked on top of any
other child form in the MDI. I want to unlock these 4 forms so they are
not always on top of all the other forms in the MDI. When I set

ChildForm1.TopMost = false;

It does nothing. Is there another another property I should be looking
at?

Thanks!

.



Relevant Pages

  • RE: Mdi Icon Position in MenuStrip
    ... you'd like to show the icon of a maximized MDI ... child form immediately left of the control box buttons(Minimize, Maximize, ... Maximize/Resore menu item ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.languages.vb)
  • Re: My.Application.OpenForms
    ... Sorry you're missing the VB6 IDE; ... Have you solved the problem of sizing a child form to fit the MDI ... 'enable application framework' checkbox is unchecked. ...
    (microsoft.public.dotnet.languages.vb)
  • MDI: A solution for Nilling Child form pointers
    ... suppose you have a number of MDIchild windows that are created and ... Since various of the MDI ... my solution to this has been to equip each child form ... OnDestroy handler, and then propagated to the MDI main form as follows: ...
    (borland.public.delphi.language.objectpascal)
  • Re: Issues with displaying a .Net Form as Child of a MDI Form in VB6 Application
    ... You'll probably fail miserably VB6 MDI Parents refuse to adopt children. ... SetParent won't give you the MDI Child form functionality. ...
    (microsoft.public.vb.winapi)
  • Re: MDI gets FormClosing but non-Child forms also open do not.
    ... If you close the MDI, then, if your intention is truly to end the whole ... It's not a child of the MDI form, ... or FormClosing event of the MDI form that closes ...
    (microsoft.public.dotnet.languages.vb)