close another app

  • Thread starter Thread starter cfyam
  • Start date Start date
P/Invoke to get the window handle of the application to close (e.g. using
FindWindow). Than P/Invoke PostMessage to send that window a WM_CLOSE
message.

Thinking about it, it might also be possible to P/Invoke DestroyWindow,
although I have never tried that myself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top