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

2010-06-14 Thread R. Alan Monroe
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

Re: [python-win32] R: Acrobat Reader

2006-04-06 Thread R. Alan Monroe
Thank's to all. I think I continue to use an IE instance, load the pdf as url and so with a reference to IE.Document I have my pdf document to manipulate (this time my interest is over all the printPages() function) Did you look at third party readers like the one from

Re: [python-win32] create user message for wxPython

2005-10-22 Thread R. Alan Monroe
Hi, Tim, Your idea probably works as well, but I found another way to catch user defined message. Thanks a lot! For the handler of the second app, win32gui.FindWindow can do this job, then win32gui.PostMessage. But for FindWindow, I can only find the specific window by its title, not by