摘要: System.Diagnostics.Process.Start(); 能做什么呢?它主要有以下几个功能:1、打开某个链接网址(弹窗)。2、定位打开某个文件目录。3、打开系统特殊文件夹,如“控制面板”等。那么它是怎么实现这几个功能的呢?在讲应用前,我们先来看看Process.Star()的构造方法。... 阅读全文
posted @ 2015-03-07 16:10 疯狂蚂蚁工 阅读(570) 评论(0) 推荐(0) 编辑
摘要: 1.在服务程序安装时编程实现,ProjectInstaller.csusingSystem;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Configura... 阅读全文
posted @ 2015-03-07 16:02 疯狂蚂蚁工 阅读(1896) 评论(0) 推荐(0) 编辑