Tagged Questions
5
votes
4answers
1k views
Associate File Extension with Application
I've written a program that edits a specific filetype , and I want to give the user the option to set my application as the default editor for this filetype (since I don't want an installer) on ...
4
votes
1answer
740 views
How do you set up a file association with a click-once application?
I have a click-once application.
I have an associated file that I store the application's data in.
When a user clicks on one of these files I want it to open the click-once app and load the file.
I ...
1
vote
1answer
200 views
C# proper way for file associations
I've been looking for a proper way to get file associations working on WinXP and above. The association should be replaced if it already exists. The application I've developed always run in admin ...
0
votes
2answers
1k views
C# - File Assocation Access to the registry key 'HKEY_CLASSES_ROOT\' is denied
I currently have a program that sets file association using the registry (Note, it's a .NET 2.0 so I have to go through the registry method). The problem is, since it's trying to write to HKCR, the ...
0
votes
3answers
127 views
How do you embed a resource so that it can be accessed for icons?
I have a C# project using VS2005. Basically I have two icons, one for the application, and one for files that are associated with the application.
I have associated these files with the application, ...