MVP? MVP!

i love C#
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

01 2009 档案

摘要:if (!EventLog.SourceExists("Misc16")) { EventLog.CreateEventSource("Misc16", "RondiMiscLog"); } EventLog myLog = new EventLog(); myLog.Source... 阅读全文

posted @ 2009-01-15 10:45 renhb 阅读(332) 评论(0) 推荐(0)

摘要:添加引用System.ServiceProcess.dll C# code ServiceController sc = new ServiceController(); sc.ServiceName = "服务名"; 以下是启动服务和停止服务的按钮事件 C# code private void btnStart_Click(object sender, EventA... 阅读全文

posted @ 2009-01-14 10:16 renhb 阅读(279) 评论(0) 推荐(0)