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] WMI troubles!

2010-01-24 Thread Lincoln Yeoh
Hi, Coincidentally I'm using the hotkey code from Tim's url and it works quite well. But I'm not sure which is better: user32.GetMessageA or user32.GetMessageW (along with the corresponding user32.DispatchMessageA or user32.DispatchMessageW of course). Regards, Link. At 04:31 AM 1/16/20