I have a MDI application and would like to cascade all the children forms. I'm using:
VB Code:
Me.LayoutMdi(MdiLayout.Cascade)
but I have to place this code after any event that opens a form. Is there a easier way to cascade all forms that are opened?
