converting notification area icon to Program icon in Win7 (Delphi)

好久不见. 提交于 2019-12-06 12:35:39

问题


is there an easy way to convert my single instance app's notification(Systray) icon to a new Program icon (taskbar button) for Win7 with Delphi. (Source please) Is it reasonable to keep the existing systray behaviour for old XP/Vista or should these also start using new model somehow?

Its recommended by MS: http://msdn.microsoft.com/en-us/library/aa511448.aspx


回答1:


Here you can find a alfa version of components to work with the new features of Windows 7.

  • Jump Lists - right click your application entry on the taskbar to see those
  • Overlay Icon - show the state of your application right in the taskbar (notification icons are hidden by Windows 7 by default, finally)
  • Progress indicator in the taskbar button
  • Taskbar Thumbnails - you application can be controlled directly from the taskbar preview window.

Download it and check if it is useful for you.

Here there are some images of the demo program (compiled EXE is included).
The source also is included.



来源:https://stackoverflow.com/questions/1264883/converting-notification-area-icon-to-program-icon-in-win7-delphi

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