摘要: using Microsoft.Win32;namespace PowerEasy.Software.OfficeConvertService{ /// /// 注册表辅助类 /// public class RegistryHelper { private const string SoftName = "OfficeConvertService";//您的软件所用到的注册表节点,所有键值对将在该节下创建 /// /// 取得注册表值 /// /// /... 阅读全文
posted @ 2013-06-15 21:13 清山博客 阅读(151) 评论(0) 推荐(0)
摘要: using Microsoft.Win32;namespace PowerEasy.Software.OfficeConvertService{ /// /// 注册表辅助类 /// public class RegistryHelper { ... 阅读全文
posted @ 2013-06-15 21:13 清山博客 阅读(299) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Configuration.Install;using System.ServiceProcess;namespace PowerEasy.Software.OfficeConvertHelper{ /// /// Windows服务辅助类 /// internal class ServiceHelper { /// /// 检查服务存在的存在性 /// /// 服务名 /// ... 阅读全文
posted @ 2013-06-15 21:02 清山博客 阅读(155) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Configuration.Install;using System.ServiceProcess;namespace PowerEasy.Software.OfficeConvertHelper{... 阅读全文
posted @ 2013-06-15 21:02 清山博客 阅读(398) 评论(0) 推荐(0)