Groups | Blog | Home
all groups > dotnet windows forms > august 2005 >

dotnet windows forms : Enumerate and Kill Processes in VB.Net


Shariq
8/26/2005 12:23:04 PM
How do I enumerate all running processes in Windows TaskManager and kill a
specific process using VB.Net on an XP?

Herfried K. Wagner [MVP]
8/26/2005 11:22:27 PM
"Shariq" <Shariq@discussions.microsoft.com> schrieb:
[quoted text, click to view]

Check out 'System.Diagnostics.Process.GetProcesses' and the 'Process' class.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Shariq
8/29/2005 7:16:02 AM
Thanks, it helped.

[quoted text, click to view]
AddThis Social Bookmark Button