Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Feb : displaying MDI window as modal
| Subject: | displaying MDI window as modal |
| Posted by: | "Eugene V. Goldberg" (ego..@mts-nn.ru) |
| Date: | Wed, 13 Feb 2008 13:09:27 |
Hi there,
I have a base form for all my MDI child forms...This base form has FormStyle
set to fsMDIChild.
It also acts on WM_MDIACTIVATE message.
Now i've got a case where i need to be able to display two of my MDI child
forms as MODAL.
Any ideas on how to implement this better?
Thanx alot,
Eugene.