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.
 

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.

Ask a Question

Back
Top