Click here to Skip to main content
15,907,233 members
Home / Discussions / C#
   

C#

 
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 
If the users don't have admin privileges start it automatically with a service in an account that does and restart it as needed*. If they have admin privileges there's nothing you can do.


* in theory you could have the GUI in the service itself, but that's not a good idea, since Bad Things happen when your service tries to create a GUI object when no one's logged in and there isn't a desktop to create it on.

Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots.
-- Robert Royall

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 

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.