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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -