Click here to Skip to main content
15,909,741 members
Home / Discussions / C#
   

C#

 
GeneralRe: Access Windows process in C# Pin
Magnus2720-Mar-05 8:09
Magnus2720-Mar-05 8:09 
GeneralCan’t save a bitmap to MemoryStream as GIF Pin
Magnus2720-Mar-05 3:57
Magnus2720-Mar-05 3:57 
GeneralRe: Can’t save a bitmap to MemoryStream as GIF Pin
WillemM20-Mar-05 6:24
WillemM20-Mar-05 6:24 
GeneralRe: Can’t save a bitmap to MemoryStream as GIF Pin
Magnus2720-Mar-05 8:04
Magnus2720-Mar-05 8:04 
GeneralRe: Can’t save a bitmap to MemoryStream as GIF Pin
leppie20-Mar-05 9:06
leppie20-Mar-05 9:06 
GeneralRe: Can’t save a bitmap to MemoryStream as GIF Pin
Magnus2721-Mar-05 5:09
Magnus2721-Mar-05 5:09 
GeneralPrevent killing an app through "End task" Pin
James Poulose20-Mar-05 1:57
James Poulose20-Mar-05 1:57 
GeneralRe: Prevent killing an app through "End task" Pin
Dave Kreskowiak20-Mar-05 6:24
mveDave Kreskowiak20-Mar-05 6:24 
Basically, you can't prevent this.

There are various reasons for not being able to kill the process, like the process is running under a priviledged or system account, is a system service where Windows cannot work without it, there is a debugger attached to the process, ...

But in all these cases, you're application would not be running under these circumstances. I've "heard" of a couple people doing this, but noone has ever come up with any code examples demonstrating it.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Prevent killing an app through "End task" Pin
Rei Miyasaka21-Mar-05 0:23
Rei Miyasaka21-Mar-05 0:23 
GeneralRe: Prevent killing an app through "End task" Pin
Dave Kreskowiak21-Mar-05 2:05
mveDave Kreskowiak21-Mar-05 2:05 
GeneralRe: Prevent killing an app through "End task" Pin
Rei Miyasaka21-Mar-05 2:09
Rei Miyasaka21-Mar-05 2:09 
GeneralRe: Prevent killing an app through "End task" Pin
Dave Kreskowiak21-Mar-05 11:14
mveDave Kreskowiak21-Mar-05 11:14 
GeneralRe: Prevent killing an app through "End task" Pin
Sebrell20-Mar-05 6:34
Sebrell20-Mar-05 6:34 
GeneralTreeStructure problem Pin
tommazzo20-Mar-05 0:59
tommazzo20-Mar-05 0:59 
GeneralRe: TreeStructure problem Pin
Sebrell20-Mar-05 3:37
Sebrell20-Mar-05 3:37 
GeneralRe: TreeStructure problem Pin
Sebrell20-Mar-05 3:43
Sebrell20-Mar-05 3:43 
GeneralRe: TreeStructure problem Pin
tommazzo20-Mar-05 4:12
tommazzo20-Mar-05 4:12 
GeneralRe: TreeStructure problem Pin
Sebrell20-Mar-05 4:53
Sebrell20-Mar-05 4:53 
GeneralRe: TreeStructure problem Pin
tommazzo20-Mar-05 5:28
tommazzo20-Mar-05 5:28 
GeneralRe: TreeStructure problem Pin
Sebrell20-Mar-05 5:43
Sebrell20-Mar-05 5:43 
GeneralRe: TreeStructure problem Pin
Sebrell20-Mar-05 5:51
Sebrell20-Mar-05 5:51 
GeneralRe: TreeStructure problem Pin
tommazzo20-Mar-05 6:59
tommazzo20-Mar-05 6:59 
GeneralRe: TreeStructure problem Pin
Sebrell20-Mar-05 7:16
Sebrell20-Mar-05 7:16 
GeneralRe: TreeStructure problem Pin
tommazzo21-Mar-05 7:45
tommazzo21-Mar-05 7:45 
GeneralNHibernate Pin
WillemM19-Mar-05 23:50
WillemM19-Mar-05 23:50 

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.