[RESOLVED] Need help with a MDI Container property.
I have a mdi container thats got 9 forms running in it.
When I minimize a form it minimizes into a small "window" in the left-bottom corner of my mdi-container.
How do I change this so that the forms will minimize to the Left-TOP corner of my mdi-container?
Re: Need help with a MDI Container property.
You might be able to handle an event (possibly size changed or location changed or similar) in the child forms, and manually position the form in the top-left corner instead.