[python-win32] help

2010-06-09 Thread José Benito Camiña Prado
Hi, I´m trying to do a path logger (Navigation logger) in Python, the thing that I need is that the program can get the paths that de user is accesing in real time, for example: C:\Documents and Settings\ C:\Documents and Settings\Administrator\ C:\Documents and Settings\Administrator\Desktop\

Re: [python-win32] Python Hooks Navigation Logger Windows

2010-06-15 Thread José Benito Camiña Prado
On 6/14/2010 8:14 PM, R. Alan Monroe wrote: ... Someone knows how I can do this? I read and used the library pyhook, because I think that I need hooks, specially the WH_GETMESSAGE but pyhook doesn't use it and doesn't give the path only things like the Message, the time, the name of the

Re: [python-win32] Python Hooks Navigation Logger Windows

2010-06-23 Thread José Benito Camiña Prado
the paths being access to a program made in python that is resident. Thanks in advance! José Camiña Date: Tue, 15 Jun 2010 15:49:10 -0700 From: t...@probo.com To: python-win32@python.org Subject: Re: [python-win32] Python Hooks Navigation Logger Windows On 6/15/2010 3:33 PM, José Benito

Re: [python-win32] Python Hooks Navigation Logger Windows

2010-06-23 Thread José Benito Camiña Prado
From: t...@probo.com To: python-win32@python.org Subject: Re: [python-win32] Python Hooks Navigation Logger Windows José Benito Camiña Prado wrote: Hi again and thanks for your answers, now a friend helped me and I have a program in C# using the Filemon that you recommended me