K3

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年4月15日

摘要: 得到所有进程且杀死QQ的进程: foreach(System.Diagnostics.ProcessthisprocinSystem.Diagnostics.Process.GetProcesses()) { this.listBox1.Items.Add(thisproc.ToString()); ... 阅读全文
posted @ 2005-04-15 16:05 K3 阅读(793) 评论(0) 推荐(1) 编辑