保存应用程序特定的保存文件 C# Visual Studio

发布于 2024-11-04 04:59:53 字数 247 浏览 0 评论 0原文

我使用 Visual Studio 在 C# 中创建了一个应用程序。该应用程序具有一个保存到 xml 文件的“保存”对话框和一个将 xml 数据加载到应用程序中的“加载”对话框。

这一切都运行良好,但我真正想做的是,当应用程序保存文件时,它会创建一个应用程序特定文件,如果用户双击它,它将打开应用程序并将数据加载到其中,就像双击.psd 文件,它将打开 Photoshop 并加载该文件。

任何帮助将不胜感激!

非常感谢, 艾尔洛克

I have created an application in C# with visual studio. The application has a Save dialog box which saves to an xml file and a Load dialog box which loads the xml data into the application.

This all works well but what I really want to do is when the application saves the file it creates an application specific file that if the user double clicks it, it will open the application and load the data into it kinda like if you double click a .psd file it will open photoshop and load the file.

Any help would greatly be appreciated!

Thanks so much,
Airlok

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

探春 2024-11-11 04:59:53

您可以使用自定义扩展名保存文件并注册它。请参阅此问题

You could save the file with a custom extension and register it. See this question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文