Hi All,
I'm developing a MDI application where I only allow the child forms to be once. I preload all the children and show only the one I want visible.
My problem is that each time I show the children, they position themselves in a different location.
I've tried executing a method that locates the form when the Form.Activated event fires with no luck.
I appreciate any guidence.