I have a windows form application made in c#, and I want to set a file extension (.txt for example) to open automactily with my application and my icon instead of the NotePad. How can I do it?
Asked
Active
Viewed 49 times
0
-
1Does this http://stackoverflow.com/questions/69761/how-to-associate-a-file-extension-to-the-current-executable-in-c-sharp answer your question? – Bart De Boeck Sep 17 '16 at 09:15
-
Yes, Thanks Bart De Boeck – gerardet46 Sep 17 '16 at 09:52
-
And how to put a description of the file extension, for example, instead of "ABC file" I want to write "ABC Document" in the description of the extension. How can I do it? – gerardet46 Sep 17 '16 at 13:44