开发者

Is there any word viewer plugin available for .NET 4.0 WinForms app [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_Go百科 Closed 10 years ago.

We developing an Application using .NET Framework 4.0 (C#) windows forms based application. Now, i want to show a word document's particular page in my application windows form with the same formatting in the original word document.Is there any way to show my word document's in C# Windows form based application...

How i do it?

Thanks & Regards.


The simplest way I know is to embed a WebBrowser control and set the URL to the document path.

Additional Infos:

  • Add a WebBrowser Control to a form
  • Insert webBrowser1.Url = new Uri(@"C:\doc\MyDoc.doc"); somewhere
  • Important constraint: IE and Word must be installed properly
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜