When i add a control on a mdiparent form for example a label control.
The label stands for the mdi child. How is possible to bring mdi child on the foreground? When i try this code
Code:
label.SendToBack();
It doesn't appears anymore.
Anyone did solved this problem?

Thanks by advance