Board index » delphi » Borders of a mdi child form

Borders of a mdi child form


2003-09-10 07:25:55 AM
delphi48
how can i hide the borders of a mdi child form? BordeStyle = bsNone doesn't
work!
Thanks
 
 

Re:Borders of a mdi child form

"Fernando" <XXXX@XXXXX.COM>writes
XXXX@XXXXX.COM...
Quote
but a mdi window has a behavior that I do not have with a sdi, I does not
need that it to be sizable
Doesn't matter; it is not your call. You can not do anything about it, at least
not without some ugly hacks.
Cheers,
Ignacio
 

Re:Borders of a mdi child form

"Fernando" <XXXX@XXXXX.COM>writes:
Quote
but a mdi window has a behavior that I do not have with a sdi, I does not
need that it to be sizable
It is generally easier to add a capability to something than to try to
take it away. Whatever behavior you "need" can be added to SDI. Taking
away sizing from MDI means that you will constantly be fighting with
the Microsoft implementation. It generally is not worth fighting
Microsoft.
Good luck.
Kurt