william56
william56

Reputation: 151

how to acquire list of notification area icons?

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

Answers (1)

Raymond Chen
Raymond Chen

Reputation: 45173

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

Upvotes: 6

Related Questions