Geekpedia Forums Logo

Positioning Child Forms in MDI

by KEVIN PENIGAR on Friday, May 16th - 11:35 AM



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.

Change the "StartPosition" of the child forms to "Manual", that should help.

Thanks Jan. I think your suggestion did the trick.