Windows Explorer Context Menu

Syver Enstad syver-en+usenet at online.no
Wed Dec 18 12:24:47 EST 2002


Dave Brueck <dave at pythonapocrypha.com> writes:

> 
> Another approach is to use Thomas Heller's ctypes module - once you
> figure
> 
> out which Windows APIs to call then you might be able to do it from
> Python
> 
> with ctypes.

I think that might be difficult as you need to have windows call
you. I made a shell extension in C++ once and the process is that you
make a dll and register this in with the system, the system will then
load your dll and start calling into it. I don't think ctypes solves
this, but then I might be wrong.
 

-- 

Vennlig hilsen 

Syver Enstad



More information about the Python-list mailing list