how to acquire list of notification area icons?

余生颓废 提交于 2019-12-01 17:27:32

问题


i'm attempting to get code to list of all icons visible in the notification area, to the left of the time. i've been experimenting with EnumDesktopWindows and GetWindowLong, without finding any way to single out the system tray icons. thanks!


回答1:


Use the accessibility interfaces to enumerate the children of User Promoted Notification Area.



来源:https://stackoverflow.com/questions/3893360/how-to-acquire-list-of-notification-area-icons

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