registry - Windows Context menu shell icon -
i have created new windows shell context menu item using registry , keys
hklm\software\classes\folder\shell\appname hklm\software\classes\folder\shell\appname\command
now want add icon command. how that?
windows 7 added support icons (and submenus) static (registry) verbs, add reg_sz value named "icon" under hkcr\%progid%\shell\%verb%
on <= vista need shell extension implements icontextmenu, see this blog entry information icon/bitmap formats can use...
Comments
Post a Comment