Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Previewing .doc, .docx in C# Windows Forms [closed]

I'm developing a windows forms project in c#. For now I can preview .PDF files with WebBrowser tool in ToolBox but that doesn't preview .DOC or .DOCX; instead it opens up a prompt ask either you want to save it or open in just like IE does. Now what I want is simply a preview of a .DOC or .DOCX. I tried this with Office.Interop assemblies but didn't help. I checked tens of websites and found one but iink was broken and also there were only reading from a .DOC nohing else. Is there any tool or way to implement this?

Thank you.

like image 526
neocorp Avatar asked Nov 05 '22 12:11

neocorp


1 Answers

Word Control for .NET is good article, even it seems dated but it's still work with MS Word 2010 and .NET 4.0

like image 184
Ekk Avatar answered Nov 15 '22 05:11

Ekk