G
Guest
I am finding the windows handle for an application using the FindWindow() call. I need to then close that application if it is running. Any suggestions on how I should do this? I tried to use the CloseHandle() call, but that doesn't seem to work. Maybe I am just doing something wrong, or maybe I need to use a different method. Can anyone help? Thanks