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?
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.