本文介绍了是否有任何word viewer插件可用于.NET 4.0 WinForms应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 大家好, 我们使用基于.NET Framework 4.0(C#)窗体的应用程序开发应用程序。现在,我想在我的应用程序窗体中显示单词文档的特定页面,在原始单词文档中使用相同的格式。是否有任何方法可以在C#基于Windows窗体的应用程序中显示我的单词文档.. i在C#中进行了webbrowser控制。并将下面的代码放入。但是它使用MS-Word单独打开word文件。我希望这应该是打开webbrowser本身。 我怎么做? 谢谢和问候, SARAVANAN .PHi All,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..i was tried,webbrowser control in C#.and put the below code.But it opens the word file separately using MS-Word.I want this should be open webbrowser itself.How i do it?Thanks & Regards,SARAVANAN.P推荐答案你好saravanan, 试试以下链接 .NET的Word控件 [ ^ ] http://stackoverflow.com/questions/4926228/how-can-i-view-microsoft-office-documents-in-a-winforms-application-using-the-ins [ ^ ] http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/b49659d2-2bb5-4206-bad4-33c8499416dd/ [ ^ ] 谢谢, HemantHello saravanan,try the below linksWord Control for .NET[^]http://stackoverflow.com/questions/4926228/how-can-i-view-microsoft-office-documents-in-a-winforms-application-using-the-ins[^]http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/b49659d2-2bb5-4206-bad4-33c8499416dd/[^]thanks,Hemant 这篇关于是否有任何word viewer插件可用于.NET 4.0 WinForms应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-31 07:11