Pergunta

Please advice some modern tray component for Delphi. The more functionality it has is better. It should support Delphi 2010. I just need to place an icon to tray and handle clicking on it and show popup when mouse cursor is over it.

Foi útil?

Solução

What about TTrayIcon. It's been in Delphi since Delphi2006.

Outras dicas

If you have a very old delphi version (older than 2006) then try the free TJvTrayIcon in the JEDI VCL.

I'm pretty sure that the Raize suite has a tray icon component. The suite isn't free, but we've used it for years and are find it invaluable.

http://www.raize.com/devtools/RzComps/Default.asp

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top