I designed up my forms on a Windows 98 machine and when I run the app on an XP machine the child form also gets chopped at the bottom
Also if you created a project using the wizard the size of the MDI form is recovered from the registry using GetSettings and SaveSettings
Comment out the GetSettings on the MDI Form load. Resize it manually then exit the app. The new size will be stored in the registry. Uncomment the Getsettings and next time the form loads it will have the new size.
Hope this helps.
I can only suspect that on XP the larger size of the window title causes the child to shift down in the window but the window size remains constant thus cutting the bottom edge of the child.
Does anyone have a solution here?
Thanks
Mike When you call out for help in the darkness, and you hear a voice in return, you're probably just talking to yourself again!