tray component for Delphi

泪湿孤枕 提交于 2019-12-11 03:47:34

问题


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.


回答1:


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




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/8500504/tray-component-for-delphi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!