使用应用程序识别文件
将文件保存在具有正确扩展名的文件夹中后,当我返回并查看该文件时,应用程序无法识别该文件。文件关联似乎丢失。
我希望 Windows 能够通过我的应用程序识别具有特定扩展名 (*.sp) 的所有文件。我该怎么做?以及如何在我的 VS 部署项目中实现它。
After I save a file in a folder with correct extension, when I go back and look at it, the file is unrecognizable to the application. The file association appears to be lost.
I want Windows to be able to recognize all files with a particular extension (*.sp) with my application. How do I do that? and How do I implement that in my VS deployment project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
部署和关联
该链接包括此文本:
所以,我想这正是您所需要的。华泰
Deployment and Associations
The link includes this text:
So, I guess it's exactly what you need. HTH
http://developer.qt.nokia.com/wiki/Assigning_a_file_type_to_an_Application_on_Windows
http://developer.qt.nokia.com/wiki/Assigning_a_file_type_to_an_Application_on_Windows