1. Getting args array from files launch through file association - CSharp/C#
2. Make Visual C++ recognize file extensions as C++ files
3. File Association with Icons - CSharp/C#
Is there any way to association file extensions with my app from the InstallProject (MSI) or do I have to do it manually by poking around in the registry when the app first runs? Thanks Pete
5. Probably an easy one for ya - File Associations - CSharp/C#
6. How to creating a file association
I want to create a unique file extension for my data file (e.g. test.ada) where the "ada" is my extension and assign an icon to the extension just like MS Word does with the ".doc" file. I want when the application starts up it checks for the extension , if it is not registered it is then registered, how do you do this in .net?