Most probably caused if the user is using a different application for that
file type. Your setting will work as long as the ProgID is "giffile" for
GIFs. For consistent results, you use the SystemFileAssociations branch.
<MSDN>
The SystemFileAssociations keys exist to guarantee that Shell extensions are
installed regardless of the current default PROGID or user customization.
These keys enable Windows XP to define fallback attributes for file types
and enable shared file associations. Supplemental verbs should be added
under SystemFileAssociations .
</MSDN>
PerceivedTypes, SystemFileAssociations, and Application Registration:
http://msdn.microsoft.com/library/de...ived_types.asp
© 2006 Microsoft Corporation. All rights reserved.
--
Regards,
Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting
http://www.winhelponline.com
"Lindsay" <(E-Mail Removed)> wrote in message
news:43cd18f4$0$82632$(E-Mail Removed)...
I'm a programmer but have come across a problem relating to XP rather than
programming.
I have written an app that requires an entry on the right click context menu
for some image file type (.bmp, .gif, etc). To do this I added this entry to
the registry:
HKEY_CURRENT_USER\giffile\shell\Quick Edit\command
So when I right click a Gif file, Quick Edit appears on the menu at the top
with Open/Edit/Preview etc.
Now, this works fine on my machine (SP2) but does not work on anyone elses
(tried 2 brand new Dell laptops). Any reason why the entries may not appear
on the menu?