Possible Duplicate:
How to associate a file extension to the current executable in C#
I dont know how exactly to call this issue.
I am looking for a solution such as: my .net application will be automatically opened when a filetyle defined for that application is open.
For example: the filetype of that application has an extension xyz: hellothere.xyz
Whenever, the user opens the file with an extension "xyz" then that .net application will be opened. How can I achieve this?
Thanks in advance.