Apparently (I havent tried it) do this

If you want an invisible main form for the duration of an application
replace Application.Run with:

repeat
  Application.HandleMessage;
until Application.Terminated;
Application.Destroying;
Application.DestroyComponents;

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to