file-association
How can I get the Name of the Program associated with a file extension using Delphi?
I need to get the name of the program currently associated with a file extension for the current user. If you right-click on a file and select properties, then what I need is the program name that is[详细]
2022-12-25 10:20 分类:问答How do I register a file association in Ubuntu
I\'m in the process of creating a Ubuntu Installer and I need to register my own file extensionI cant find any examples of how to do this.[详细]
2022-12-16 04:43 分类:问答Visual Studio opening .xml files in Notepad
So I\'m happily working on a project making heavy use of custom .xml configuration files this morning.[详细]
2022-12-15 12:29 分类:问答ClickOnce application does not start through Process.Start("x.abc") with *.abc associated to the ClickOnce application
I have successfully developed and deployed a ClickOnce application which registers an associated file extension, for instance *.abc. When I click on a file named x.abc or if I type x.abc from the comm[详细]
2022-12-14 00:10 分类:问答How can I change the default editor for OS X on install?
I\'m setting up an app to install on OS X. Previous versions of this app have been installed, and have associated a file type to open with the app in the Info.plist file in the app bundle. I have the[详细]
2022-12-11 20:17 分类:问答FileAssociationInfo And ProgramAssociationInfo
I\'m developing a application for Windows Mobile using C#(.Net Compact Framework 3.5), but I need to associate my program with a file type. When I try to use FileAssociationInfo I\'m getting this erro[详细]
2022-12-11 05:28 分类:问答Double click document file in Mac OS X to open Java application
I have a Java application in an application bundle that I want to associate a file type with. For example, if there\'s a file[详细]
2022-12-09 03:44 分类:问答How to associate a Windows application with a particular file type but share that association with other applications?
If I create a new app, and associate with, say, the .xml file extension on a particular computer, when someone double clicks the .xml file, it will launch my app and pass the file as parameter.But Win[详细]
2022-12-08 18:46 分类:问答