Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 305
william56 Avatar asked Oct 08 '10 18:10

william56


People also ask

How do I get notification area icons?

Press and hold or right-click any empty space on the taskbar and select Taskbar settings. Under Taskbar corner icons: Select On for any icons you want to see on the taskbar. Select Off for any icons you don't want to see on the taskbar.

How do I show all taskbar icons?

Alternatively, right-click an empty area of the taskbar and press Taskbar settings. Next, scroll down through the Taskbar settings menu and click the Taskbar corner overflow option. You'll see a list of icons that are present—toggle the slider next to any apps you want to display on the taskbar.

How do I see all icons?

To view them, right-click the desktop, select View, and then select Show desktop icons. To add icons to your desktop such as This PC, Recycle Bin and more: Select Start , open Settings , then under Personalization , select Themes .


1 Answers

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

like image 74
Raymond Chen Avatar answered Sep 20 '22 16:09

Raymond Chen