I am currently working on a project that requires me to simulate a return from a blank screen or a sleep screen to the screen being on. In other words instead of using a movement of the mouse, click of a mouse button or keyboard button press to interrupt the system and wake it up, I would like to be able to use an event from a program. Is this at all possible? I am using the Delphi programming language. If possible could someone help point me in the right direction of where to get help with it or where to find out information about that sort of interrupt.
Re: Help with Interrupts - Waking up from interrupts
Posted 17 April 2005 - 07:07 PM
I'm afraid I don't work with Delphi much, certainly not in depth enough to be able to counsel you on the best way to work with sysem interrupts, but when I have required some info, I've found here, here, and here to be valuable resources.