PDA

View Full Version : Qt way of powering up the monitor



HeReSY
10th December 2012, 11:46
Hi,

is there a Qt way how to power up a monitor?

I tried the SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, -1) function from the winapi, but that did not work correctly, because after i send this message the monitor powers down again.

Any help is apreciated.

HeReSY