5

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).

Steven
  • 2,538
  • 3
  • 31
  • 40

1 Answers1

4

This sounds like a similar problem to 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.

Community
  • 1
  • 1
cpalmer
  • 1,107
  • 6
  • 10