Al,
if this is the application's main form then from the help:

TApplication
property ShowMainForm: Boolean;

Description

Use ShowMainForm to control whether and when the application shows its main
form.

The default value of True is set in the constructor. When ShowMainForm is
True the main window shows automatically when the application starts. The
MainForm property specifies which form is the main form.

To hide the main form at startup, set ShowMainForm to False in the main
project file before the call to Application.Run. Make sure that the Visible
property of the form is also False.



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.456 / Virus Database: 256 - Release Date: 18/02/2003
 
---------------------------------------------------------------------------
    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