C# how to pause a process/freeze process

11/29/2008 21:21 UPSman2#1
ya so i was semi bored and after little bit of looking around i didnt find to many examples of how to do this so attached is a demo project to show you how.

basically it comes down to calling ResumeThread() and SuspendThread() (API functions) on all the threads of a process...simple enough

[Only registered and activated users can see links. Click Here To Register...]
please note when you enter the process name there's no ".exe" to the end

Warning: this isn't idiot proof
.
.
.
11/30/2008 00:49 Hiyoal#2
Nice, Always wanted to do something like this, but been too lazy to find out how.

Hiyoal
12/08/2008 01:12 Hiyoal#3
@yutrero343
Post #Removed - Spam

Hiyoal