Closing a game with api?

SilentMike

New member
Joined
Sep 1, 2003
Messages
2
Location
Jersey
Im trying to close an EA Sports game with api calls, or anyway i can do it. I want to close the exe. How would i make this possible? Much Appreiciated.
 
You would need to find the handle to the window, using FindWindow API, then you would send a message to a window using SendMessage.
 
Back
Top