How to add an menu item to windows desktop menu
-
how to add a menu item to windows desktop right click menu using C# (the menu which is comming when u right click on the desktop without selecting any file) I am using XP and in registry I did like this But it is not working HKEY_CLASSES_ROOT\Directory\Background\shell\TestMenu\command can anybody tell about IContextMenu and QueryContextMenu function
-
how to add a menu item to windows desktop right click menu using C# (the menu which is comming when u right click on the desktop without selecting any file) I am using XP and in registry I did like this But it is not working HKEY_CLASSES_ROOT\Directory\Background\shell\TestMenu\command can anybody tell about IContextMenu and QueryContextMenu function
Hi, have a look at this: http://www.theserverside.net/tt/articles/showarticle.tss?id=ShellExtensions[^] Aside from that, i heard it's not wise to do shell extensions in managed code - if there is more than one of these installed and the target framework versions are not the same, only one is executed and you can't easily determine which it will be.