我如何...在c#winform应用程序中查看doc文件 [英] How do I... view a doc file in c# winform application

查看:101
本文介绍了我如何...在c#winform应用程序中查看doc文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我设计了一个浏览文件并使用folderbrowserdialog控件将其发送到其他位置的应用程序现在我想查看该文件可以帮助我plz。

解决方案

最简单的方法:

 System.Diagnostics.Process.Start( @  d:\Temp\mydocument.docx); 


I designed an application for browsing a file and sending it to some other location using folderbrowserdialog control now I want to view the file can you help me plz.

解决方案

Easiest way:

System.Diagnostics.Process.Start(@"D:\Temp\mydocument.docx");


这篇关于我如何...在c#winform应用程序中查看doc文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆