说明:
使用WebBrowser控件作为容器打开Word文档
=== === === === === === ===
这个源代码演示了使用WebBrowser控件作为容器打开Word文档的操作。需要在工程中添加的引用主要为Office支持库,本示例是以在OFFICEXP 2003的环境下打开。所需文件如下:
Microsoft Word 11.0 Object Library (MSWord.olb)
Microsoft Office 11.0 Object Library (MSO.dll)
Microsoft Dialog Automation Objects (DlgObjs.dll)
具体一些功能,请查看源码示例。
(Use WebBrowser control to open Word document as a container === === === === === === === The source code to demonstrate the use of WebBrowser control to open Word document as a container operation. Need to add reference works for the Office in support of the main library, this example is OFFICEXP 2003 in the open environment. Documents required are as follows: Microsoft Word 11.0 Object Library (MSWord.olb) Microsoft Office 11.0 Object Library (MSO.dll) Microsoft Dialog Automation Objects (DlgObjs.dll) specific features, please view the source code examples.)
文件列表:
WebBrowserWord
..............\ConvHTML.bas
..............\FileDlgs.bas
..............\MDIDesk.frm
..............\MDIDesk.frx
..............\WbrWord.frm
..............\WbrWord.frx
..............\WbrWord.vbp
..............\WbrWord.vbw
..............\WbrWordDemo.doc
..............\WbrWordDemo.frm
..............\WbrWordDemo.frx
..............\WbrWordDemo.txt
..............\使用说明.txt