I have a basic MDI form that loads maximized. It has two menu options. First option displays a MDI child form1 and the second option displays a MDI child form2. Both of these forms have no border and windowstate of normal. I want to be able to display form1, restore down MDI Parent form where scrollbars appear, scroll to the bottom and right, display form2 and have it display in the top left hand corner of the MDI parent form no matter where the scrollbars are at the time. Currently it seems to think the top left of the parent form is where ever the 'active', 'currently visible', window's top left is. Anybody with any experience with this issue, please let me know. VB 6 project.