I have wrote a program which is able to strip out the comments from a word document and create another word document to keep a nice clean audit log. The app works fine however now I want to make it easier for the user by adding an option to the context menu when you right click on a .docx file (and only a docx file).
When you do this it will then kick off the app with additional command line parameters which include the path to the file.
By the research that I have done I realise I am going to have to write something to the registry, but I can't seem to find out where I need to write it too. Also I don't really know how to get the path to the file from the registry key. Am I correct in thinking you just need to put "%1"
as a command line argument?
FYI I am distributing my app to people by using a .vdproj if that is any help to anyone.
I am just looking to be pointed in the right direction really, maybe open a dialogue with someone who is more knowledgeable on this area.