> Does anyone know the appropriate functions to call to narrow down
> these window handles to just those that are present in the taskbar?
Checking the window is a "top-level" window gives a better result for me.
ie:
if IsWindowVisible(hwnd) and not GetWindowLong(hwnd, win32con.GWL_STYLE)
& wi
I am trying to write a replacement for Alt-TAB in Windows XP using
python Win32 extensions. I am first just trying to build a list of
all tasks that are in the taskbar; on Windows, these seem to be the
same tasks that are listed in the Alt-TAB box. I pieced together the
following code from variou
> I apologize sincerely and in advance if this problem has already been
> discussed. I have been unable to find any reference to anything similar
> in either the Python or Cygwin mailing lists, FAQs, etc.
Both cygwin and native Python also work fine for me under the default cygwin
shell.
If it is
-- Forwarded message --From: Peter Jessop <[EMAIL PROTECTED]>Date: Aug 7, 2005 6:12 PM
Subject: Re: [python-win32] Ugh...native Windows interactive Python 2.4 in Cygwin terminalTo: Matthew Bogosian <[EMAIL PROTECTED]>I have Cygwin installed here although I confess that I don't use i