SilentMike Posted September 1, 2003 Posted September 1, 2003 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. Quote
*Experts* mutant Posted September 1, 2003 *Experts* Posted September 1, 2003 You would need to find the handle to the window, using FindWindow API, then you would send a message to a window using SendMessage. Quote
SilentMike Posted September 1, 2003 Author Posted September 1, 2003 i have tried this the caption changes through out the game so whats my next step Quote
*Experts* mutant Posted September 2, 2003 *Experts* Posted September 2, 2003 Try using the class name then. Quote
Recommended Posts