Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Set monitor into standby mode
To place a monitor into standby mode use WM_SYSCOMMAND message:
procedure TForm1.Button1Click(Sender: TObject);
begin
SendMessage(Application.Handle,WM_SYSCOMMAND,SC_MONITORPOWER,2);
end;
-
More for developers