Hi I want to use a group of 3 tray icons, and activate and hide them as one.
To create:
  for loop := 0 to 2 do
  TrxTray[loop]:=Trxtrayicon.Create(self);

//What I want to do, is as follows, but grouped, as this is messy:
 for loop := 0 to 2 do
  TrxTray[loop].show; //shows each icon, one at a time on the tray - could
look crappy


So how do I control them as a group??
Tks,
Alistair+

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

Reply via email to