摘要: 信息来自:http://blog.csdn.net/bigeyescat/article/details/5966540以下例子是将Word打开,然后将它嵌入到winform窗体中,效果如下图:注意:该方法只适用于com的exe(如word,Excel之类),.net的编的exe就不能用这用方法嵌入到窗体中。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.W 阅读全文
posted @ 2013-12-09 12:27 Vincent.Dr 阅读(1947) 评论(0) 推荐(0)
摘要: 信息来自:http://blog.163.com/kunkun0921@126/blog/static/169204332201293023432113/using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;namespace ConsoleApp{ class ProcessDo { /// /// 获取进程相关信息 /// public static void ... 阅读全文
posted @ 2013-12-09 11:50 Vincent.Dr 阅读(817) 评论(0) 推荐(0)