Process[] processlist = Process.GetProcesses(); foreach (Process theprocess in processlist) { MessageBox.Show("Process: " + theprocess.ProcessName) ; } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)