[pywin32-bugs] [ pywin32-Feature Requests-766328 ] Explorer Shell Extensions
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-07-21 13:21:30
|
Feature Requests item #766328, was opened at 2003-07-05 13:16 Message generated for change (Comment added) made by rrm1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=766328&group_id=78018 Category: win32 Group: None Status: Open Priority: 5 Submitted By: Ruben Marquez (rrm1) Assigned to: Nobody/Anonymous (nobody) Summary: Explorer Shell Extensions Initial Comment: Hope this is not a silly request. I wonder if a way of implementing Explorer Shell Extensions could be provided so that they could be built with Python without having to resort to C/C++. For background on this request, you can look at the first hit on a search on comp.lang.python for "shell extension". Your work and help is much apreciated. ---------------------------------------------------------------------- >Comment By: Ruben Marquez (rrm1) Date: 2003-07-21 13:21 Message: Logged In: YES user_id=307646 There have been a few threads at C.L.P. about this issue in the past. One particularly interesting included M.H. and A. Martelli. It looked as if they were onto something, but I don't think it was followed through. This is the link: http://groups.google.com/groups?hl=en&lr=&ie=UTF- 8&oe=UTF-8&th=20a5f8176ef4ddcd&rnum=2 It looks like what needs to be implemented is IDropTarget, IDataObject, and/or IPersistFile. These interfaces would be added to the existing "win32com.shell" module. -Ruben ---------------------------------------------------------------------- Comment By: Michael Dubner (dubnerm) Date: 2003-07-20 01:09 Message: Logged In: YES user_id=39274 Not sure but, isn't creating an explorer extention just a matter of implementing object supporting some pre-defined interfaces (i.e. for extention toolbar)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=766328&group_id=78018 |