Re: [python-win32] Getting a list of "task buttons" or tasks/windows in the "alt-tab" list?

2010-01-24 Thread Lincoln Yeoh
Anyway to answer my own question :). Excel's main window has an "ITaskList_Deleted" window property if the dummy windows exist. Powerpoint behaves very similarly. And Kingsoft Office appears to do something like that except without the ITaskList_Deleted window property. Link. At 02:32 AM 1

Re: [python-win32] Getting a list of "task buttons" or tasks/windows in the "alt-tab" list?

2010-01-15 Thread Lincoln Yeoh
At 02:32 AM 1/14/2010, Lincoln Yeoh wrote: If three Excel documents are opened, there are four top level Excel windows (or at least they appear to be top level to me) - the main, and three MS-SDIb ones. But the taskbar and alt-tab list only show 3 items. What logic should one use to create the

[python-win32] Getting a list of "task buttons" or tasks/windows in the "alt-tab" list?

2010-01-13 Thread Lincoln Yeoh
Hi, With python win32 is there a way to get only the windows that are represented by the buttons of the Windows taskbar (or the windows listed in the "alt-tab" list)? I have found various ways of doing so, but I can't seem to get them to work with Excel's windows. From what I observe (I ma