I'm writing a C# Windows app to visualise and modify '.build' files (nant scripts). I would like the user to be able to right click on a .build file in windows explorer and select the 'Open With >' option to allow the file to be modified in my app.
What does my program need to support in-order to work with this mechanism? What might my program need to do to Windows to enable context menu support?
I was wondering if anyone could point me in the direction of a good article/tutorial on this subject.