本文介绍了使用Webbrowser控件打开Wod文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在webbrowser控件中显示word文档.
我曾经使用过webbrowser1.Navigate(word文件路径)
但是它仍然在webbrowser控件外部打开.
该怎么办 ?我需要设置任何属性吗?
i want to show word document inside webbrowser control.
i have used, webbrowser1.Navigate(word file path)
but still it open outside of webbrowser control.
what to do ? is there any property i need to set ?
推荐答案
这篇关于使用Webbrowser控件打开Wod文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!