If you want to dock a form into the panel automatically, just do:

  Form1.BorderStyle:= bsNone;  //only if you want to hide the caption bar of
the form
  Form1.Parent:= Panel1;
  Form1.Show;

Gook luck!


---------------------------------------------------------------------------
    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"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to