file-association
Creating File Associations in VB.NET?
How would one go about associating a file type with his application? I know how to read the command line arguments but I am not sure how I can \"register\" the file extension with Windows. Furthermore[详细]
2023-01-09 02:23 分类:问答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, Def[详细]
2023-01-07 11:57 分类:问答MacOSX - File extension associate with application - Programmatically
I\'m trying to get my program to automatically associate certain file extensions to be opened by it but I\'m not sure how to do that in MacOSX.I\'m not asking how to associate a program with a file ex[详细]
2023-01-01 23:36 分类:问答How to associate a file extension to a program without making it the default program
I\'m deploying a small conversion tool on some systems, and want the use开发者_如何学编程rs to be able to run it from the right click Open with menu. But I don\'t want to change the default program us[详细]
2023-01-01 17:07 分类:问答C++: How do I correctly register and unregister file type associations for our application (programatically)
Time was when you set file associations in: HEY_CLASSES_ROOT\\<.ext> However, that seems to be possible, but an incomplete solution anymore.There are additional associations throughout the regist[详细]
2022-12-30 18:32 分类:问答What should be done in place of ddeexec for MDI apps?
We have been using ddeexec registry entries to handle opening a design from Explorer. MSDN (about 2/3 way into article) indicates that ddeexec is deprecated, and applications should use IDropTarget i[详细]
2022-12-30 18:01 分类:问答Set registry to control working dir when associating file-type with application
I\'m using Inno for an installer, and I want to associate a file type with my app: Root: HKCR; Subkey: \".rpl\"; ValueType: string; ValueName: \"\"; ValueData: \"MyReplay\"; Flags: uninsdeletevalue;[详细]
2022-12-27 13:27 分类:问答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 star[详细]
2022-12-27 11:21 分类:问答Windows is not passing command line arguments to Python programs executed from the shell
I\'m having trouble getting command line arguments passed to Python programs if I try to execute them directly as executable commands from a Windows command shell.For example, if I have this program ([详细]
2022-12-27 11:00 分类:问答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.Have you added the code[详细]
2022-12-27 07:37 分类:问答