Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Feb : Application Forms and DLL
| Subject: | Application Forms and DLL |
| Posted by: | "Monzer George Yazigi" (monz..@fasttelco.com) |
| Date: | Sun, 25 Feb 2007 21:57:50 |
Dear All
I am new to Delphi. I need help to do the following:
I am developing an application which has a mainform as MDI form. I
have 3 different modules within the application. I need each module to
be in a different DLL file. Each module has its own form and shall be
loaded from the DLL itself as an MDIChild.
Any advice of how to do so?
Regards