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.
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.