Does anyone know if this is possible, and if so, how to do it?
I want to open a child form within an MDI parent. If I close that form, then open it again, it's position is offset (as if cascading). Is there some way to preset (or reset) the position a child form occupies when opened subsequent times? The child form(s) in this case is not a document, but a form with data entry fields on it.
Perhaps I'm going about this the wrong way. I want to be able to open, close and reopen any of several forms within an "main" window and control their positions upon opening/reopening. I can do this (control positioning) if I don't use MDI, but I don't want these forms to exist outside the "main" form.