先介绍一下Windows控制面板的一些操作,再介绍如何用C#语言来操作控制面板. 1.如何快速打开控制面板中的项目: 运行输入(大小写不敏感) control system 打开系统信息 control desktop 打开个性化设置 control color 打开个性化设置下的颜色和外观 control userpasswords 用户账户 control netconnections 网络连接(跟ncap.cpl一样) control folders 文件夹选项 control mous…
调用的Windows服务应用程序网址:http://www.cnblogs.com/pingming/p/5115304.html 一.引用 二.公共静态类:可以单独放到类库里 using System; using System.Collections; using System.Collections.Generic; using System.Configuration.Install; using System.Linq; using System.ServiceProcess; usi…