Hi,
I would like to detect when an application is started. It doesn't matter what the application is, I'd like my application to be able to react to any application/process opening. I imagine I want to tie into the API event for starting applications. I'm dealing with Windows XP Home, if that's important.
I'd also like to know how to programmatically close an application. Basically, I'm trying to completely lock down a computer so that only certain applications can be started unless they're started through my application, and I'm also curious about where I can find API documentation, if any exists.
Thanks in advance for any help on any of these problems.
-Aaron
I would like to detect when an application is started. It doesn't matter what the application is, I'd like my application to be able to react to any application/process opening. I imagine I want to tie into the API event for starting applications. I'm dealing with Windows XP Home, if that's important.
I'd also like to know how to programmatically close an application. Basically, I'm trying to completely lock down a computer so that only certain applications can be started unless they're started through my application, and I'm also curious about where I can find API documentation, if any exists.
Thanks in advance for any help on any of these problems.
-Aaron