Software Development Network>> Windows Forms>> Reading a Word document
The Visual Studio tools for Office are probably what you need. You can also import a reference to Word as a COM object. In both instances, your app will require Word on the target machines.
Reading a Word document
Shawn Payne
The Visual Studio tools for Office are probably what you need. You can also import a reference to Word as a COM object. In both instances, your app will require Word on the target machines.