Search results for 'Turn Monitor Off'. 1 post(s) found.

  1. 2008/12/10 How to turn off monitor ?
2008/12/10 15:57

How to turn off monitor ?


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);

Trackback 0 Comment 0

Trackback : Cannot send a trackbact to this post.