How to hide c# application from vista task manager application(not process) list? [modified]
-
Dear all, I have a c# application like Form1.exe. How to hide it form vista task manager application list? In XP, when i set ShowInTaskbar to false, there is no Form1.exe in the application list. But in vista, i can see Form1.exe in the application list. What is different between XP and vista behavior? I want to ensure no user closed my application uncareful. Thanks a lot!
modified on Tuesday, September 30, 2008 4:18 AM
-
Dear all, I have a c# application like Form1.exe. How to hide it form vista task manager application list? In XP, when i set ShowInTaskbar to false, there is no Form1.exe in the application list. But in vista, i can see Form1.exe in the application list. What is different between XP and vista behavior? I want to ensure no user closed my application uncareful. Thanks a lot!
modified on Tuesday, September 30, 2008 4:18 AM
why would you want to do that? Looks like a suspicious application. Users usually don't close application from task manager and if a user wants to do so it means that the app really deserves it.
Giorgi Dalakishvili #region signature my articles My blog[^] #endregion
-
Dear all, I have a c# application like Form1.exe. How to hide it form vista task manager application list? In XP, when i set ShowInTaskbar to false, there is no Form1.exe in the application list. But in vista, i can see Form1.exe in the application list. What is different between XP and vista behavior? I want to ensure no user closed my application uncareful. Thanks a lot!
modified on Tuesday, September 30, 2008 4:18 AM
-
why would you want to do that? Looks like a suspicious application. Users usually don't close application from task manager and if a user wants to do so it means that the app really deserves it.
Giorgi Dalakishvili #region signature my articles My blog[^] #endregion