PDA

View Full Version : Example: Working with Processes


Desmond
09-15-2005, 02:40 PM
This example is a really simple reproduction of the windows task manager, and serves to illustrate the differences between the Window process actions (Window.EnumerateProcesses/Window.Close) and the System process actions (System.EnumerateProcesses/System.TerminateProcess).

Skills Used:
System actions, Window actions, Processes, ListBox object.