How can I get the tooltips of notification-area icons?

前端 未结 3 1475
青春惊慌失措
青春惊慌失措 2021-01-01 02:01

I can enumerate the applications (handle,pid,path) with icons in the notification area, and I can control the position of the icons, but I can\'t get the tooltip.

Ho

3条回答
  •  -上瘾入骨i
    2021-01-01 02:37

    You should take a look at the madKernal package of madshis component collection. It has some interfaces for working with trayicons. Beware, though:

    With madKernel you can manage tray icons (see API "Shell_NotifyIcon") of any application. This kind of functionality is totally undocumented, but works well from win95 to winXP.

    The ITrayIcon-interface has properties for hint, icon, position and more.

提交回复
热议问题