Temporarily Terminate a process and restart it later in VB .Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, All,
How to temporarily termniate a process and then restart it in VB .Net? (Should not kill the process since it is still needed in the program later).
Thanks for the help.
Alison
 
Hi Alison,

Does this mean a multi threading proces, a service or a loop or something?

Cor
How to temporarily termniate a process and then restart it in VB .Net?
(Should not kill the process since it is still needed in the program later).
 
* =?Utf-8?B?QWxpc29u?= said:
How to temporarily termniate a process and then restart it in VB .Net? (Should not kill the process since it is still needed in the program later).

So, you want to suspend it?
 
Back
Top