Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Forced exit of an application Pin
ThatsAlok8-Jun-05 18:02
ThatsAlok8-Jun-05 18:02 
GeneralRe: Forced exit of an application Pin
ThatsAlok8-Jun-05 1:05
ThatsAlok8-Jun-05 1:05 
GeneralRe: Forced exit of an application Pin
toxcct8-Jun-05 1:14
toxcct8-Jun-05 1:14 
GeneralRe: Forced exit of an application Pin
ThatsAlok8-Jun-05 1:26
ThatsAlok8-Jun-05 1:26 
GeneralRe: Forced exit of an application Pin
toxcct8-Jun-05 1:32
toxcct8-Jun-05 1:32 
GeneralRe: Forced exit of an application Pin
Bob Stanneveld8-Jun-05 1:53
Bob Stanneveld8-Jun-05 1:53 
GeneralRe: Forced exit of an application Pin
ThatsAlok8-Jun-05 1:56
ThatsAlok8-Jun-05 1:56 
GeneralRe: Forced exit of an application Pin
Tom Archer8-Jun-05 3:20
Tom Archer8-Jun-05 3:20 
When the user first selects to terminate the process from the task manager, you get a WM_CLOSE message where you can save files and so on. However, if the app doesn't close, the task manager will display a message allowing the user to shut down the application immediately. On this attempt, you don't seem to get a message. (At least not one that is show in spy++).

I'm thinking there's got to be a way to prevent closing as I've seen applications that couldn't be closed from the task manager. However, I don't know how they accomplished that.
GeneralRe: Forced exit of an application Pin
Tom Archer8-Jun-05 3:28
Tom Archer8-Jun-05 3:28 
GeneralVS 6 Open Dialog Pin
nombrecinq7-Jun-05 23:17
nombrecinq7-Jun-05 23:17 
GeneralRe: VS 6 Open Dialog Pin
RChin7-Jun-05 23:21
RChin7-Jun-05 23:21 
GeneralRe: VS 6 Open Dialog Pin
Cedric Moonen7-Jun-05 23:23
Cedric Moonen7-Jun-05 23:23 
GeneralRe: VS 6 Open Dialog Pin
nombrecinq7-Jun-05 23:46
nombrecinq7-Jun-05 23:46 
GeneralRe: VS 6 Open Dialog Pin
Weiye Chen8-Jun-05 0:02
Weiye Chen8-Jun-05 0:02 
GeneralRe: VS 6 Open Dialog Pin
nombrecinq8-Jun-05 0:07
nombrecinq8-Jun-05 0:07 
GeneralRe: VS 6 Open Dialog Pin
Weiye Chen8-Jun-05 1:55
Weiye Chen8-Jun-05 1:55 
GeneralRe: VS 6 Open Dialog Pin
ThatsAlok7-Jun-05 23:57
ThatsAlok7-Jun-05 23:57 
GeneralRe: VS 6 Open Dialog Pin
nombrecinq8-Jun-05 0:03
nombrecinq8-Jun-05 0:03 
GeneralRe: VS 6 Open Dialog Pin
ThatsAlok8-Jun-05 0:16
ThatsAlok8-Jun-05 0:16 
GeneralRe: VS 6 Open Dialog Pin
nombrecinq8-Jun-05 1:10
nombrecinq8-Jun-05 1:10 
GeneralRe: VS 6 Open Dialog Pin
ThatsAlok8-Jun-05 2:03
ThatsAlok8-Jun-05 2:03 
GeneralRe: VS 6 Open Dialog Pin
David Crow8-Jun-05 2:18
David Crow8-Jun-05 2:18 
GeneralRe: VS 6 Open Dialog Pin
nombrecinq8-Jun-05 2:21
nombrecinq8-Jun-05 2:21 
GeneralRe: VS 6 Open Dialog Pin
David Crow8-Jun-05 2:26
David Crow8-Jun-05 2:26 
GeneralRe: VS 6 Open Dialog Pin
nombrecinq8-Jun-05 2:28
nombrecinq8-Jun-05 2:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.