The Old New Thing

Enumerating notification icons via UI Automation

Today's Little Program uses accessibility to enumerate the current notification icons (and possibly click on one of them). This could be done manually via , but the BCL folks conveniently created the namespace which contains classes that take a lot of the grunt work out of walking the accessibility tree. While it's true that the namespace...