Hi, how can I get a list of windows shown on the taskbar on Windows 7? I have tried EnumWindows, but I'm getting way more windows than those shown on the taskbar (800 vs 15).
+2
A:
This sounds like a similar problem to http://stackoverflow.com/questions/210504/enumerate-windows-like-alt-tab-does
That points to a Raymond Chen blog post about getting the same windows that Alt-Tab reports. Not sure if that's exactly the same as what's on the Win7 taskbar, but it should be close.
cpalmer
2010-04-11 05:05:58