[python-win32] win32gui.EnumWindows, documentation?

Tim Golden mail at timgolden.me.uk
Wed Mar 12 01:12:22 CET 2008


Julius wrote:
> Hi,
> 
> im new to python in generell and was wondering where i would find the
> api to win32gui.EnumWindows?
> I know one of its arguments is a callback function, but i cant find any
> information how it should look like?
> 
> Is this another win32 python implementation or is the site just called
> activestate? Ive installed Mark Hammond's win32 extensions
> http://aspn.activestate.com/ASPN/docs/ActivePython/2.2/PyWin32/win32gui__EnumWindows_meth.html

There's a worked example here:

http://timgolden.me.uk/python/win32_how_do_i/find-the-window-for-my-subprocess.html

(which may or may not ease your problems!)

TJG


More information about the python-win32 mailing list