Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: Do not allow taskmanager to close my app Pin
#realJSOP14-Jan-09 9:50
professional#realJSOP14-Jan-09 9:50 
AnswerRe: Do not allow taskmanager to close my app Pin
dan!sh 13-Jan-09 7:07
professional dan!sh 13-Jan-09 7:07 
GeneralRe: Do not allow taskmanager to close my app Pin
spiritboy13-Jan-09 7:09
spiritboy13-Jan-09 7:09 
GeneralRe: Do not allow taskmanager to close my app Pin
dan!sh 13-Jan-09 7:20
professional dan!sh 13-Jan-09 7:20 
GeneralRe: Do not allow taskmanager to close my app Pin
MidwestLimey13-Jan-09 9:24
professionalMidwestLimey13-Jan-09 9:24 
GeneralRe: Do not allow taskmanager to close my app Pin
Dan Neely13-Jan-09 9:48
Dan Neely13-Jan-09 9:48 
AnswerRe: Do not allow taskmanager to close my app Pin
spiritboy13-Jan-09 7:16
spiritboy13-Jan-09 7:16 
GeneralRe: Do not allow taskmanager to close my app Pin
EliottA13-Jan-09 7:26
EliottA13-Jan-09 7:26 
GeneralRe: Do not allow taskmanager to close my app Pin
spiritboy13-Jan-09 7:29
spiritboy13-Jan-09 7:29 
GeneralRe: Do not allow taskmanager to close my app Pin
EliottA13-Jan-09 7:30
EliottA13-Jan-09 7:30 
GeneralRe: Do not allow taskmanager to close my app Pin
spiritboy13-Jan-09 7:43
spiritboy13-Jan-09 7:43 
GeneralRe: Do not allow taskmanager to close my app Pin
EliottA13-Jan-09 7:46
EliottA13-Jan-09 7:46 
QuestionRe: Do not allow taskmanager to close my app Pin
Ravi Bhavnani13-Jan-09 7:34
professionalRavi Bhavnani13-Jan-09 7:34 
AnswerRe: Do not allow taskmanager to close my app Pin
EliottA13-Jan-09 7:42
EliottA13-Jan-09 7:42 
GeneralRe: Do not allow taskmanager to close my app Pin
Ravi Bhavnani13-Jan-09 7:45
professionalRavi Bhavnani13-Jan-09 7:45 
AnswerRe: Do not allow taskmanager to close my app Pin
spiritboy13-Jan-09 7:45
spiritboy13-Jan-09 7:45 
GeneralRe: Do not allow taskmanager to close my app Pin
Ravi Bhavnani13-Jan-09 7:46
professionalRavi Bhavnani13-Jan-09 7:46 
GeneralRe: Do not allow taskmanager to close my app Pin
spiritboy13-Jan-09 7:49
spiritboy13-Jan-09 7:49 
GeneralRe: Do not allow taskmanager to close my app Pin
Ravi Bhavnani13-Jan-09 7:57
professionalRavi Bhavnani13-Jan-09 7:57 
AnswerRe: Do not allow taskmanager to close my app Pin
Dave Kreskowiak13-Jan-09 7:46
mveDave Kreskowiak13-Jan-09 7:46 
AnswerRe: Do not allow taskmanager to close my app Pin
Ravi Bhavnani13-Jan-09 7:56
professionalRavi Bhavnani13-Jan-09 7:56 
GeneralRe: Do not allow taskmanager to close my app Pin
spiritboy13-Jan-09 8:02
spiritboy13-Jan-09 8:02 
GeneralRe: Do not allow taskmanager to close my app Pin
Dave Kreskowiak13-Jan-09 10:16
mveDave Kreskowiak13-Jan-09 10:16 
GeneralRe: Do not allow taskmanager to close my app Pin
Ravi Bhavnani13-Jan-09 12:28
professionalRavi Bhavnani13-Jan-09 12:28 
GeneralRe: Do not allow taskmanager to close my app Pin
Giorgi Dalakishvili13-Jan-09 8:44
mentorGiorgi Dalakishvili13-Jan-09 8:44 
Ravi Bhavnani wrote:
Not really. The app receives a FormClosing event with CloseReason = CloseReason.TaskManagerClosing. Cancelling the close will cause TaskManager to display "The app you're trying to close is not responding.", allowing you to cancel the kill or "force" a kill. Because we're able to handle the event, we can start a new instance.

I tried it some time ago and my but it didn't happen. My app was just killed.



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.