gpt4 book ai didi

c# - 从 .NET 以编程方式访问 "Open with"Windows 资源管理器菜单列表

转载 作者:太空狗 更新时间:2023-10-29 21:42:18 27 4
gpt4 key购买 nike

在 Windows 资源管理器中右键单击文件时,“打开方式”菜单项会根据所单击文件的文件类型显示可用应用程序列表。

以这张图片为例:

"Open with" context menu in Windows Explorer
(来源:magerquark.de)

现在我希望能够从 C# .NET 2.0 应用程序中以编程方式读取给定文件扩展名/类型(例如“png”)的应用程序列表。

例如

public class FileOpenInfo
{
public string ApplicationName { get; }
public string ApplicationPath { get; }

public static FileOpenInfo[] GetInformation( string extension );
}

问题:

是否有可能得到这个列表?

最佳答案

与文件扩展名关联的程序列表存储在 Windows 注册表中。

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts

Microsoft.Win32 API包含访问注册表的类。

关于c# - 从 .NET 以编程方式访问 "Open with"Windows 资源管理器菜单列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2037671/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com