web service with methods to start a process (using p.start
(processToStart.text)), list all running processes
(using For Each p In listUpdated - ListBox1.Items.Add
(p.ProcessName)) and stop a selected process from the
list using closeMainWindow(). What I'm trying to do now
is to have methods to suspend and resume a selected
process from the list. I have no clue how to do these 2
tasks or where to find the solution. Any idea?