Hi people,
another stupid question from me coming up.
In the past when I have dealt with loading forms from a dll I have always
done the standard showmodal and release method.
Now I need a form that will essentially embed itself in the calling form so
that buttons on the original form can still be pressed while edit boxes on
the second (called from dll) form are still receiving the focus.
Can anyone offer me some advice.
The desired effect can be achieved within an application by just going
form2.parent:=form1; and then call form2.setfocus. You can still click the
buttons on form1 but form2 still receives input.
Any help would be appreciated.
Cheers,
Matt.
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"