翱翔.Net

释放.Net的力量
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  WinForm

摘要:下载地址:http://www.erist.com/attach.aspx?attachid=119 提醒精灵.NET(EventAgent) 功能及更新说明 提醒精灵.NET系艾森软件工作室(EristSoft)产品.可以帮助用户进行定时关机,重启,注销等功能。可以使用按时间定时提醒用户功能。 I系统需求 ---------------------------------------------... 阅读全文

posted @ 2006-08-01 14:11 Hover 阅读(1116) 评论(0) 推荐(0)

摘要:static void Main() { // get the name of our process string proc=Process.GetCurrentProcess().ProcessName; // get the list of all processes by that name Process[] processes=Process.GetProce... 阅读全文

posted @ 2005-02-03 17:08 Hover 阅读(3343) 评论(4) 推荐(0)

摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;//using System.DirectoryServices;using System.Diagnostics;using Sys... 阅读全文

posted @ 2005-02-03 16:15 Hover 阅读(2877) 评论(1) 推荐(0)