I have a small WinForm .Net 2.0 application that comes as a standalone executable.
This application is (conceptually) associated to a custom file extention .myext.
Basically, I do not want to go through a whole software install process, I just want the user to be able to associate (or de-associate) the file extension from within the application.
Does anyone knows how to do that in a proper (100% reversible) manner
Thanks in advance,
Joannes

Custom file association design?