Hi,
I need to stop a running application from my Delphi application.
Tried the post message method of WM_QUIT but this app will throw up an "are you sure you want to quit this program" message when I do.
I tried WM_DESTROY which actually crashed it
Is there a nicer way of doing this please?
Thanks
I need to stop a running application from my Delphi application.
Tried the post message method of WM_QUIT but this app will throw up an "are you sure you want to quit this program" message when I do.
I tried WM_DESTROY which actually crashed it
Is there a nicer way of doing this please?
Thanks