When I right-click on a file (of ANY file extension) or directory, amongst other items in the menu that pops up are things such as "View with Photoshop", "Print with Photoshop", "Scan with AntiVirus", etc.
Does anybody know how to add those entries without using a CLSID and DLL ?
For example, it should be possible to add "View With Notepad" , where it just sends to "notepad.exe %1". I know that is easy done with the Send To submenu, but Id like my program in the main menu, not the Send To submenu
------------------
Does anybody know how to add those entries without using a CLSID and DLL ?
For example, it should be possible to add "View With Notepad" , where it just sends to "notepad.exe %1". I know that is easy done with the Send To submenu, but Id like my program in the main menu, not the Send To submenu
------------------
Comment