PRB: Icon Handlers in Start Menu Don't Match Those in ExplorerLast reviewed: January 10, 1996Article ID: Q142276 |
The information in this article applies to:
SYMPTOMSIcons 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.
RESOLUTIONThere 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.
STATUSThis behavior is by design.
|
Additional reference words: 4.00 shell extension icon handler
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |