How can I check to see if a program is not responding?
Printable View
How can I check to see if a program is not responding?
Try sending it a message and see if it responds, if it dosen't, then mark it as NOT RESPONDING.
That would be the SendMessage function.
Take a look at http://209.207.250.135/ref/s/sendmessage.html
(vbapi.com)
Sunny
Yes, it is the HOWEVER EVIL API function SendMessage and also CallWindowProc/SetWindowLong.
Sorry about the NO-CODE.