How to add EDraw Office Viewer Component to your .NET project
1.      Open .NET
2.      Right-click on the toolbox and select “Choose Items…”
3.      Select the COM Components Tab
4.      Check EDraw Office Viewer Component and click OK Button
5.      The control should appear in the toolbox as “EDraw Office Viewer Component”
6.      Double-click on the control to add to your form
7.      Resize and move the control on the form as desired
8.      Add a button to the form
9.      Double-click on the button to access code editor and enter the following code within the Click event:
‘Note: Modify code to point to an existing office document file on your web server
EDrawOfficeViewer1.Open “http://www.ocxt.com/demo/sample.doc”
10.    Change the anchor property of EDrawOfficeViewer1 to Top, Bottom, Left, Right

11.    Run the application and click on the button. The Word Document should appear!

The EDraw Office Viewer Componet allows the developers to view office files (Microsoft Word, Excel, PowerPoint, Visio, Project) in .NET project.