|
Hello,
I have the following problem:
I have a main form that has some children forms which each one is shown like
childForm1.Show(mainForm);
It seems that i cannot bring the main form in front of a child when both of them are opened.
Does it exist a way to achieve this?
Thanks in advance for any comments.
|