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

[python-win32] win32gui.EnumWindows, documentation?

2008-03-11 Thread Julius
? Ive installed Mark Hammond's win32 extensions http://aspn.activestate.com/ASPN/docs/ActivePython/2.2/PyWin32/win32gui__EnumWindows_meth.html Julius ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python

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

[python-win32] windows webdav mount

2008-03-10 Thread Julius
Hi, is there python code to monut a webdave share to a windows drive letter? i know there are free/commercial applications that can do that, but i need at least a a program that can be controlled through some programming language. Julius ___ python

Re: [python-win32] windows webdav mount

2008-03-10 Thread Julius
On Mon, 2008-03-10 at 16:33 +, Tim Golden wrote: Julius wrote: Hi, is there python code to monut a webdave share to a windows drive letter? i know there are free/commercial applications that can do that, but i need at least a a program that can be controlled through some

[python-win32] Monitor directories/files

2008-03-07 Thread Julius
Hi, how do you monitor files/directories on windows systems with python? gamin in linux is really nice, but i wasnt able to find something that works on windows systems. greets ___ python-win32 mailing list python-win32@python.org