| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38) |
Borderless MDI Form
To create an MDI Form without a border, you need to override the CreateParams() method and modify the style and exStyle bytes there.
Comments:
|