Try
 
Before the application.createForm()
 
Application.ShowMainForm := FALSE;
...
Application.CreateForm();
Application.RUN;
 
This way there is no flicker at all.
 
ps: Not sure what version of Delphi that was added, but it works in 4
 
Chris
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrick Dunford
Sent: Monday, 14 June 1999 15:30
To: Multiple recipients of list delphi
Subject: RE: [DUG]: System tray.

Once you call the Hide method of the main form then it disappears completely.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew Comb
Sent: Monday, 14 June 1999 14:58
To: Multiple recipients of list delphi
Subject: Re: [DUG]: System tray.

Thanks Patrick I downloaded the mentioned component and it seems to be working fine, except how do you make the main form not appear in the taskbar as this sort of defeats the purpose of having the icon in the system tray.

Reply via email to