[python-win32] turning monitors off from Python?

2008-12-04 Thread Alec Bennett
I'm trying to turn a monitor off from a Python script. I can do this using the program wizmo, so its possible from Windows. I found this script which describes a method using SendMessage: http://fci-h.blogspot.com/2007/03/turn-off-your-monitor-via-code-c.html Translated to Python, here's what

Re: [python-win32] turning monitors off from Python?

2008-12-04 Thread Tim Golden
Alec Bennett wrote: I'm trying to turn a monitor off from a Python script. I can do this using the program wizmo, so its possible from Windows. I found this script which describes a method using SendMessage: http://fci-h.blogspot.com/2007/03/turn-off-your-monitor-via-code-c.html Translated