Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Hello ,
Kindly help me to display the word document (MS office 2017) in the C# windows form application.
I am using: VS 2017.

What I have tried:

What have you tried?
Posted
Updated 10-Oct-17 19:20pm
v2
Comments
RollUpBob 17-Oct-17 2:17am    
Do you need just to show/display your Word file?
If yes then you could process your DOCX files using C# in order to create an image stream from it and then show that content in PictureBox control.
However, if you need to be able to modify them, then take a look at this Word Editor for Windows Forms, it uses this .NET library for Word.
[no name] 20-Oct-17 4:33am    
You could integrate a DocViewer control into your windows form application for displaying Word document.

https://janewdaisy.wordpress.com/2015/11/03/view-and-convert-word-file-in-winform-using-spire-docviewer/

1 solution

Hi,
Please go through below article on code project itself

Word Control for .NET[^]

Or video on Youtube:

C# create app open Word documents as PDF in Windows Form - YouTube[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900