摘要:if (!EventLog.SourceExists("Misc16")) { EventLog.CreateEventSource("Misc16", "RondiMiscLog"); } EventLog myLog = new EventLog(); myLog.Source...
阅读全文
posted @ 2009-01-15 10:45
|
|||
01 2009 档案
摘要:if (!EventLog.SourceExists("Misc16")) { EventLog.CreateEventSource("Misc16", "RondiMiscLog"); } EventLog myLog = new EventLog(); myLog.Source...
阅读全文
posted @ 2009-01-15 10:45
摘要:添加引用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
|
|||