i have some code to kill a process
TerminateProcess((HANDLE)sinfo->process->Handle, 0);
what happens is so the process freezes and starts eating up the processor... so i i try to terminate it, but it only goes white and that box pops up that says "bla bla bla" stopped working...
is there any way around this?