Click here to Skip to main content
15,923,051 members
Home / Discussions / C#
   

C#

 
GeneralRe: Do not allow taskmanager to close my app Pin
Chris Maunder13-Jan-09 12:33
cofounderChris Maunder13-Jan-09 12:33 
GeneralRe: Do not allow taskmanager to close my app Pin
#realJSOP13-Jan-09 23:32
professional#realJSOP13-Jan-09 23:32 
GeneralRe: Do not allow taskmanager to close my app Pin
Chris Maunder13-Jan-09 23:46
cofounderChris Maunder13-Jan-09 23:46 
GeneralRe: Do not allow taskmanager to close my app Pin
#realJSOP14-Jan-09 1:31
professional#realJSOP14-Jan-09 1:31 
GeneralRe: Do not allow taskmanager to close my app Pin
Scott Dorman14-Jan-09 9:06
professionalScott Dorman14-Jan-09 9:06 
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 
The only acceptable method is to write a service that monitors the process list and relaunches the application you're trying to keep open. Preventing the launch of Task Manager is not an acceptable solution in any legitimate environment.

The events in your application will not help you at all. Task Manager can kill a process just by stopping it's execution and freeing the memory it uses. Your app will never know what hit it.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




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.