How to kill the threads in another process?

  • Thread starter Thread starter Steven
  • Start date Start date
Hello,
Can i kill some threads in another process using VB.NET?

I don't think you can - each process runs in it's own context.

You'll need to to create some sort of API/interface - through remoting or
WCF.
 
Back
Top