Re: [python-win32] win32gui.EnumWindows, documentation?

2008-03-12 Thread Julius
On Tue, 2008-03-11 at 16:13 -0700, Tim Roberts wrote: Julius wrote: My fault(already got that one running), i meant the win32gui.EnumChildWindows(currentHwnd, windowEnumerationHandler, childWindows) function. from what i understand the purpose of this function is to return the

Re: [python-win32] win32gui.EnumWindows, documentation?

2008-03-12 Thread Tim Roberts
Julius wrote: On Tue, 2008-03-11 at 16:13 -0700, Tim Roberts wrote: Julius wrote: My fault(already got that one running), i meant the win32gui.EnumChildWindows(currentHwnd, windowEnumerationHandler, childWindows) function. from what i understand the purpose of this function is

[python-win32] win32gui.EnumWindows, documentation?

2008-03-11 Thread Julius
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?

Re: [python-win32] win32gui.EnumWindows, documentation?

2008-03-11 Thread Rickey, Kyle W
PROTECTED] On Behalf Of Julius Sent: Tuesday, March 11, 2008 5:00 PM To: python-win32@python.org Subject: [python-win32] win32gui.EnumWindows, documentation? 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

Re: [python-win32] win32gui.EnumWindows, documentation?

2008-03-11 Thread Julius
windows with all the hwnds. -Kyle Rickey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Julius Sent: Tuesday, March 11, 2008 5:00 PM To: python-win32@python.org Subject: [python-win32] win32gui.EnumWindows, documentation? Hi, im new to python

Re: [python-win32] win32gui.EnumWindows, documentation?

2008-03-11 Thread Tim Roberts
Julius wrote: My fault(already got that one running), i meant the win32gui.EnumChildWindows(currentHwnd, windowEnumerationHandler, childWindows) function. from what i understand the purpose of this function is to return the childwindows from a top window - if this is right why not just

Re: [python-win32] win32gui.EnumWindows, documentation?

2008-03-11 Thread Tim Golden
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