Tagged Questions
The fileassociation tag has no wiki summary.
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
742 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 ...
3
votes
2answers
300 views
How to ask Windows to open an external file based on file association?
Using Win32-specific APIs, is there an easy way to start an external application to open a file simply by passing in the path/name of the file?
For example, say I have a file called C:\tmp\image.jpg. ...
2
votes
1answer
132 views
Associate DXL with eclipse/notes and kick off handling
I need to be able to double click on a file on the desktop and have Eclipse (or more specifically Lotus Notes) kick off my custom action, to process and display it. I've found
...
1
vote
2answers
282 views
How do I prevent Visual Studio 2010 from hijacking my file associations?
VS 2010 seems to automatically restore its file associations to the default whenever I run it. If I exit VS, and associate a file extension to another application, re-opening VS will hijack that file ...
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 ...
1
vote
1answer
892 views
File association - modify shell's edit verb on Vista
I'm looking to programmatically modify the edit verb for the shell on Vista. For example, I want right click edit (in explorer) to open a .cs file w/ Notepad++.
How do I change a file association on ...
1
vote
2answers
1k views
How to set an application as the default program of opening a certain type of file programmatically?
There's an executable file generated from my program in MFC and I want to use it as the default program to open the .jpg files. That is to say, each time I double click a .jpg file, my program will ...
0
votes
1answer
238 views
associate iphone application extension like somefile.my.txt
In an iPhone application I am dealing with files that have a double extension like *.my.txt
Thanks to tips found here, I've successfully associated *.txt with my app, but am unable to associate ...
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
1answer
99 views
ClickOnce application update throw exception about FileAssociation
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Deployment.Application.ShellExposure.RemoveFileAssociationCLSIDInfo(FileAssociation fileAssociation, ...
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, ...
0
votes
2answers
253 views
Register a file association with ClickOnce
I want to associate a file extension with my ClickOnce application. There is a File Associations part in the Publish options but I can't manage to make it work.
0
votes
1answer
686 views
Associate Extensions in Windows CE
How can I associate an extension of a file to an program in Windows CE? It's so boring to run my Python programs using cmd. If I associate Python with my *.py files I'm going to run my program faster. ...
0
votes
2answers
275 views
Reassociate file types with Visual Studio 2003
I have a dual setup development machine with Visual Studio 2003 and 2005.
How can I restore the original file associations to Visual Studio 2003?
Everytime I try to open up a *.cs file it opens it ...
0
votes
4answers
191 views
Restore total file association with Visual Web Developer 2008?
Is this possible? I installed Dreamweaver to take advantage of some third party plugin to make special xml files but upon installing it, it took over all my ASP.NET file types (even though I clicked ...