I can't seem to figure out why a child form is being cut in size to fit inside the parent form eventhough the size fields of the child form are smaller than the parent form.
Any ideas?
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!
How much is being cut off? Scroll bar size?
What is the WindowState of the Child forms set to? [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.