Process Viewer / Killer is a small program to list current process on your system.
This example does not use any of VB.NET built in process classes
Everything is done from DOS using Tasklist and KillTask,
The info is then shown in a list view control.
You can save the process list as text or HTML,
You can also get info for the selected exe
You can also select a task and close it
Comments and suggestion welcome.
![]()
This example does not use any of VB.NET built in process classes
Everything is done from DOS using Tasklist and KillTask,
The info is then shown in a list view control.
You can save the process list as text or HTML,
You can also get info for the selected exe
You can also select a task and close it
Comments and suggestion welcome.
