I have a control in my parent mdi form which I wish to be given the
focus if all mdi children have closed. I've tried hooking into the child form's FormClosed event and setting the
focus from there but when I test it, my control is not left with
focus when I close the mdi child.
Can anyone tell me what I'm missing?
In the
…