[python-win32] Python Hooks Navigation Logger Windows

Tim Roberts timr at probo.com
Wed Jun 23 22:48:16 CEST 2010


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 and it
> prints the paths, but you know if there is a way to have a kind of
> communication between C# and Python, what I want is that the C#
> programs send directly the paths being access to a program made in
> python that is resident.
>

That's the wrong path.  Whatever you can do in C# can also be done in
Python.  You should probably port the C# code, rather than trying to use
both.

On the other hand, if it's working in C#, I'm not sure why you would
want to change it.  Just extend the C# code to do what you need.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list