I try to use form within form (how in Delphi) but I have a little
problem... when the second form take the focus I can select nothing into
the primary form.
The code is this:
procedure TForm1.Button2Click ( Sender : TObject ) ;
begin
Form2 := TForm2.Create(Panel1);
Form2.Parent := Panel1;
Form2.Align := alclient;
Form2.BorderStyle := bsNone;
Form2.Show;
end;
Where Form1 is the primary form that contain two button and a panel
(Panel1), Form2 is the secondary form.
Note: Same situation if I use SetParent instead of Form2.Parent
Some Ideas??
begin:vcard
fn:David Guadagnini
n:Guadagnini;David
org:Biotecnica Instruments S.p.A.;R&D
adr:;;Via Licenza 18;Roma;RM;00133;Italy
email;internet:[EMAIL PROTECTED]
title:Software architet
tel;work:+39064112616
x-mozilla-html:FALSE
version:2.1
end:vcard