imagenetics
Programmer
How can I turn the monitor off and on at application's runtime? I know about SendMessage(Application->Handle, WM_SYSCOMMAND, SC_MONITORPOWER, 0); but it doesn't work (I use Windows XP but I'm not sure if it has something to do with it).