Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get list of windows in taskbar on Windows 7?

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

like image 760
Steven Avatar asked Oct 14 '22 07:10

Steven


1 Answers

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.

like image 88
cpalmer Avatar answered Oct 18 '22 05:10

cpalmer