hi! the easy drag/drop way:

- get rxlib, drop the trayicon component onto the main form
- set the icon etc if you want
- setup a popupmenu with items for 'exit' etc. 
  (exit.onclick should just need form.close)
- edit project source(menu is project/view source'). 
  before the form create stuff add the line:
  Application.ShowMainForm := False;
- may also need to have form.visible:=false too...

see if that works :-)

> I only want it to appear in the System Tray with a few 
> right-click options like Enable/Disable, Exit etc.




---------------------------------------------------------------------------
    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