Question Freeze Other Application

kakiepiroi

New member
Joined
Jan 6, 2009
Messages
2
Programming Experience
3-5
Hello!
I just want to ask if something is possible in VB.NET.
First of all I am using VB 2005.
Now....
I have a program that is like a countdown timer and I want to make a program in VB.NET that can freeze the countdown. Is this possible?
Thanks in advance!
 
Process Explorer and PsSuspend from Sysinternals will do this so there must be a way. To my mind, I'd probably just use PsSuspend and call it from my app
 
Back
Top