Scalabium Software |
|
Knowledge for your independence'. | |
Home Delphi and C++Builder tips |
#16: How can I turn on/off a monitor power? |
|
If you want, you can turn off or turn on the monitor power. Try it: SendMessage(Application.Handle, WM_SYSCOMMAND, SC_MONITORPOWER, 0); or SendMessage(Application.Handle, WM_SYSCOMMAND, SC_MONITORPOWER, 1);
|
|
Copyright© 1998-2024, Scalabium
Software. All rights reserved. |