Is there a Windows API to modify file type associations for an extension?

非 Y 不嫁゛ 提交于 2019-12-06 01:58:57

Microsoft documents that the official procedure for creating file associations is through modification of the registry. The only other API you need to call is SHChangeNotify, with SHCNE_ASSOCCHANGE, to tell running applications that associations have changed.

Mark Redman

Have a look at this answer: Windows Registry file association menu

The file associations are in the registry.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!