killing a running application/process upon query of info from the database...

patjay15

Beta member
Messages
1
hi guys,

need help with this one.. im building a license monitoring application using c#. and part of the system is the module in which the program kills/blocks a certain application from running based on the returned info from the database (license information). so if the company has 5 licenses for a specific app, then 5 should be the max number of concurrent usage, though it can be installed on more than 5 pcs.

so my question is, is it possible for my app to be embedded in the OS, so that i can control the applications being ran based on my license server.. or is there any other way to do it..

i need comments/suggestions/any wild ideas guys.. thnx in advance...
 
Back
Top Bottom