Hi, I'm trying to make an app that kill other apps, I'm trying to use the Terminate process winapi but when I tried to kill for example the windows messenger, I kill the foxpro app, what i'm trying to do is read the windows app title and see if the user are running apps not permited in my company like chat apps, winamp, etc and kill the apps.
I'm manage to get the titles on the windows title bar and identify what i want but I don't know how to get the process id for the app that i want to kill and passes this id to the terminateprocess function.
Can someone help me please?
Thanks a lot
I'm manage to get the titles on the windows title bar and identify what i want but I don't know how to get the process id for the app that i want to kill and passes this id to the terminateprocess function.
Can someone help me please?
Thanks a lot