PRB: Icon Handlers in Start Menu Do Not Match Those in Explorer (142276)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0, when used with:
This article was previously published under Q142276 SYMPTOMS
Icons shown on items in the start menu may not match those shown in Windows
Explorer for the same items if an icon handler is being used to generate
the icons and the GIL_DONTCACHE flag is present.
RESOLUTION
There is a problem in the Start menu code handling the GIL_DONTCACHE flag.
If that flag is removed from the code, the start menu will work correctly.
If the GIL_DONTCACHE is being used to ensure that the right icons are
geting cached, you can solve that same problem by using
SHChangeNotify(SHCNE_UPDATEDIR, SHCNF_PATH, ...) to notify the shell
whenever the handler code makes a change to the icons.
STATUS
This behavior is by design.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbExtension kbIcon kbprb KB142276 |
---|
|