G
Guest
Is there an alternative process to detect when an application is launched and
close it (in .net 2.0)?
Is there some kind of event I can use to watch when an app is about to be
launched?
Currently I am looking into
FindWindow then GetWindowThreadProcessId then OpenProcess and then
TrminateProcess
Thanks
close it (in .net 2.0)?
Is there some kind of event I can use to watch when an app is about to be
launched?
Currently I am looking into
FindWindow then GetWindowThreadProcessId then OpenProcess and then
TrminateProcess
Thanks