如何在VB.NET的文本框中加载docx文件?

问题描述:

我需要将docx文件(即word文件)加载到vb.net中的文本框中,该如何完成... rtf文件(即richtext文件正在加载,但无法加载docx文件...

I need to load a docx file i.e word file in to a textbox in vb.net how that can be done...rtf file i.e richtext file is loading but cannot load a docx file...

使用 Interop.Word [ ^ ]功能可读取.docx文件并提取所需的数据并放在文本框中.
Use the Interop.Word[^] features to read the .docx file and extract the data you need and put to the text box.