Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20050615184119.70673.qmail@web53409.mail.yahoo.com> Date: Wed, 15 Jun 2005 11:41:19 -0700 (PDT) From: Dave Subject: RE: Bug in chere To: cygwin AT cygwin DOT com Cc: Nils Jeppe In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit --- Nils Jeppe wrote: > On Tue, 14 Jun 2005, Dave wrote: > > If I understand what you mean, then I don't think it's possible. However, if > you > > can find either: > > a) the appropriate registry key to modify > the way to do this is via > \HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers, but I > admit happily to being clueless about the windows registry :D So it can be done using shell extensions. These require a bit of COM programming, producing a .dll that needs to be registered. There are a number of issues: 1. This will only work on shell v4.71 and later apparently - but I don't know how that ties into versions of Windows. My MS compiler is a little stale (~v4), so: 2. Are necessary COM headers/templates are available for gcc? 3. And whether gcc would produce a compatible binary? Finally, 4. Is the extra context menu item worth the effort? I don't think I'll be able to get around to this for a while (if at all). For anyone that's interested, here's a link that describes what is required: http://www.codeproject.com/shell/ShellExtGuide1.asp Regards, Dave. __________________________________ Discover Yahoo! Use Yahoo! to plan a weekend, have fun online and more. Check it out! http://discover.yahoo.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/