I have a MDI application and would like to cascade all the children forms. I'm using:

VB Code:
  1. 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?