I have a c# executable file (created from a windows form application) and I would like to be able to add this file to the context menu. Furthermore, I should point out that I need to be able to add it to Windows XP, Vista, and 7.
Thank you for any help,
It is not that difficult and it is called context menu. Check this out Add a context menu to the Windows Explorer
Basically you will need to add item to the Registry.ClassesRoot.CreateSubKey registry.