I am working on a new application that requires two files as inputs. My goal is to modify the windows explorer right click context menu so that when a user right clicks a file they can select a menu option that will indicate to my app the name of the input file, then they can right click a different file and select a differently worded menu selection indicating the second file as the second input. I have seen the articles from Ehsan regarding the browser context menu changes and have seen registry entries for right clicking on a directory, but I don't see how to accomplish this for files.
1. Where/how do I implement the menu entry into the file contect menu? 2. How do I attach executable code to this menu selection? Thanks in advance for any suggestions. David Stroupe
