在 WebBrowser 控件中打开 Office 文档而没有文件下载对话框?
我在 WPF 应用程序中使用 WebBrowser 控件来嵌入 Office 文档的打开。
打开文档时: webBrowser.Navigate("example.docx");
将出现一个文件下载对话框。
我希望文件只打开而不提示用户打开或保存。您可以通过更改文件夹选项的文件类型选项卡中的下载后确认打开
复选框来执行此操作 (http://support.microsoft.com/kb/303475)。但我希望能够在我的程序中自动执行此操作。
我可以设置一些注册表标志来执行此操作或以任何其他方式来实现我需要的功能吗?
I am using the WebBrowser control in my WPF application to embed the opening of Office documents.
When opening a document: webBrowser.Navigate("example.docx");
a file download dialog appears.
I would like the file to just open without prompting the user to open or save. You can do this by changing the Confirm open after download
checkbox in file types tab of folder options (http://support.microsoft.com/kb/303475). But I would like to be able to do this automatically within my program.
Is there some registry flag I can set to do this or any other way to achieve what I need?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想你可以尝试将注册表键修改为写在这里
I guess you can try to modify the reg key as written here
如果您收到此消息,则看起来您丢失了文件关联。您可以执行以下操作:
If you are getting this message then looks like you lost your file association. What you can do is: