--> Turn off the monitor with Delphi | Delphi Tips Trick

For Newbie

Tuesday 15 November 2011

Turn off the monitor with Delphi

| Tuesday 15 November 2011


Command to turn off (Turn-Off) monitor (power save).

Use the following code:
SendMessage (Handle, WM_SYSCOMMAND, SC_MONITORPOWER, 1);

Related Posts

No comments: