Blocking applications

  • Thread starter Thread starter VJ
  • Start date Start date
V

VJ

When my application is running, I want to be able to prevent a couple of
process from starting. I want to be programmatically turn on or off these
process based on a event in my application. Is there any way to do this, not
specifically .NET, maybe as COM+ service or something...

VJ
 
you can't stop processes from starting-that's not legally. You can check for
a running instance and shut it down or kill the process.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
Back
Top