Which is the simplest way to close an application?
-
1.The simplest is: clicking on the close button on the right upper corner with the mouse. 2.Second simplest: DestroyWindow() (from your app); Peter Molnar
-
Click the the X??? :) The word of the day is legs, let's go back to my house and spread the word ;P
-
1.The simplest is: clicking on the close button on the right upper corner with the mouse. 2.Second simplest: DestroyWindow() (from your app); Peter Molnar
-
Click the the X??? :) The word of the day is legs, let's go back to my house and spread the word ;P
-
O, really? Thanks!:-D:-D It's my mistake I didn't ask the right question - what I meant was how one application can terminate another one.
I figured so...but the answer is fairly trivial, so I figured I'd just be a smart a$$ and let someone else tell you. Cheers :) The word of the day is legs, let's go back to my house and spread the word ;P
-
The best way is to send WM_CLOSE message at any time
-
:-))Sorry, I missed some words in my question - I meant how one application can terminate another one...