Monday, September 15, 2008

MDI Child Window always on top - Winforms

As MDI Child winform cannot be shown on top by using "BringToFront" or "TopLevel=true" properties. This could be achieved only by setting the property frm.Owner = frmMDI

Hope this helps

No comments: