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