如何调出“Windows 无法打开此文件” 对话?
我的用户可以将文档附加到应用程序中的各个实体。 当然,如果用户 A 附加 .TIFF 文件,则用户 B 可能没有该类型文件的查看器。
所以我希望能够打开这个对话框:
alt text http://www.angryhacker.com/toys/ cannotopen.png
我的应用程序是使用 VS2005 的 C#。
目前我执行 Process.Start 并传入文件名。 如果没有找到关联,则会抛出异常。
My users can attach documents to various entities in the application. Of course, if user A attaches a .TIFF file, user B may not have a viewer for that type of file.
So I'd like to be able to bring up this dialog:
alt text http://www.angryhacker.com/toys/cannotopen.png
My application is C# with VS2005.
Currently I do Process.Start and pass in the file name. If no association is found, it throws an exception.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该可以做到:
This should do it: