suspend and resume process

  • Thread starter Thread starter Jorge
  • Start date Start date
J

Jorge

Hi Noor

If your process IS a service then yes you suspend or
resume it.

Kind Regards
Jorge
 
Hi Noor
The process class doesn't have suspend and resume
methods.

Kind Regards
Jorge
-----Original Message-----
Hi Jorge,
I don't think you understand my question. I've created a
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?
 
Back
Top