I’ve got an MDI application written in Delphi 2006 which runs XP with the default theme.
Is there a way of controlling the appearance of the MDI Children to avoid the large XP-style title bar on each window?
I’ve tried setting the BorderStyle of the MDIChildren to bsSizeToolWin but they are still rendered as normal Forms.
All your need – overload procedure CreateWindowHandle, like this: