Possible Duplicate:
How to associate a file extension to the current executable in C#
When you double-click on a Word document, Word is automatically run and the document is loaded.
What steps are needed to do the same thing with my C# application?
In other words, assume my application uses ".XYZ" data files. I would like to know how to tell Windows to start my application when a .XYZ data file is double clicked.
Thankyou for any help
