i noticed the following behaviour in my MDI-Application:

The order on wich the methodes OnLoad() and OnActivated()
of a MDI-Child gets called first, depend on the value of
the property WindowState of the Mdi-Child.

If WindowState of a Mdi-Child has the value of "Normal",
OnLoad() gets called bevore first call of OnActivated().
If WindowState has the value "Maximized", OnActivated
gets called first time bevore OnLoad().

Can someone explain this benaviour?

thanks
Torsten