Reputation: 151
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!
Upvotes: 6
Views: 1386
Reputation: 45173
Use the accessibility interfaces to enumerate the children of User Promoted Notification Area
.
Upvotes: 6