How to turn on monitor after wake-up from suspend mode?
Posted
by alek.sys
on Stack Overflow
See other posts from Stack Overflow
or by alek.sys
Published on 2010-04-05T09:40:09Z
Indexed on
2010/04/05
9:43 UTC
Read the original article
Hit count: 310
Hi all, I need wake up PC from sleep to perform some actions - from C#. I've used CreateWaitableTimer functions, everything goes fine, at given time PC wakes up - but monitor stays in power save mode (turned off). So i want to know - how possible to turn on monitor after wake up?
PS I've tried "Complete Guide on How To Turn A Monitor On/Off/Standby" - with SendMessage (Codeproject) and SetThreadExecutionState(ES_DISPLAY_REQUIRED) - it doesn't work
Any ideas?
© Stack Overflow or respective owner