Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2008 Feb : MdIChild without Maximize but resizeable
| Subject: | MdIChild without Maximize but resizeable |
| Posted by: | "Neo" (neomav..@hotmail.com) |
| Date: | Thu, 7 Feb 2008 14:42:30 |
I want to write an MDI application. I have several types of Forms MDICHild:
TMDIChild1
TMDIChild2
TMDIChild3
When maximize a window of one of these classes are maximized all!
I want (for example) that the class TMDIChild3 do not. I wish that they
remain fixed, but resizeable.
How should I do it?
Should intercept any Windows message? Do I believe a class with
FormStyle = fsNormal and assigned Parent = MainForm to simulate
MDIChild? What is the best way? How should I do it?
TIA
-