Re: windows explorer integration

2009-07-11 Thread MC

Hi!

Possible!  With Pywin32.
I see two ways:
 - add a "toolBar" ; see the exemple for Internet-Explorer (it run for 
both, IE & explorer)

 - add an entry in the context menu (right click)

@-salutations
--
Michel Claveau

--
@-salutations

Michel Claveau


--
http://mail.python.org/mailman/listinfo/python-list


Re: windows explorer integration

2009-07-11 Thread Paul Moore
2009/7/11 Laurent Luce :
> Do you know if it is possible to write a plugin for windows explorer using 
> win32 module ?

Yes, I believe it is. There are a number of Python projects (I believe
TortoiseHg is one) that do this sort of thing.

However, I don't know anything about how to do it - you should check
MSDN, the PyWin32 samples, and maybe something like TortoiseHg, for
sample code.

Paul.
-- 
http://mail.python.org/mailman/listinfo/python-list


windows explorer integration

2009-07-10 Thread Laurent Luce

Hello,

Do you know if it is possible to write a plugin for windows explorer using 
win32 module ?

The idea is to modify the way the folders/files are displayed in the explorer 
window and also to provide some controls.

Laurent

-- 
http://mail.python.org/mailman/listinfo/python-list