"Shariq" <Shariq@discussions.microsoft.com> schrieb:
> How do I enumerate all running processes in Windows TaskManager and kill a
> specific process using VB.Net on an XP?
Check out 'System.Diagnostics.Process.GetProcesses' and the 'Process' class.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Shariq - 29 Aug 2005 15:16 GMT
Thanks, it helped.
> "Shariq" <Shariq@discussions.microsoft.com> schrieb:
> > How do I enumerate all running processes in Windows TaskManager and kill a
> > specific process using VB.Net on an XP?
>
> Check out 'System.Diagnostics.Process.GetProcesses' and the 'Process' class.