-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Chris Reynolds
> see the api calls findwindow() and setparent()
I would be very careful with this because the other window runs in a
different process space. You will need to use NT's IPC mechanism to pass
info between the apps - see WM_COPYDATA.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Matthew Comb
> Is it possible to have a program load another programs mainform in as an
child window of its own? Can this be done the other way around from the
second programs point of view, or is there another way you can dynamically
load forms without them having to be part of that same development project
as ours all up is 1gb large.
I would divide the large project up and put the pieces into packages.
Packages can be easily shared across different apps, as they are DLLs.
Regards,
Dennis.
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz