On Mon, 14 Jun 1999, Patrick Dunford wrote:

> Once you call the Hide method of the main form then it disappears
> completely.

Hiding the main form isn't what you really want, you want to hide the
application window, I use:

  ShowWindow(Application.Handle, SW_HIDE);

Which does it.

-- 
Mark Derricutt, PB Power NZ Ltd (http://www.pbpower.net)
Now Playing... Fish - Raingods with Zippos

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

Reply via email to