HOME
Components
Tutorials
Add Trick
Links
Contacts
Code Category
ActiveX
Components
Database
Files
Forms
Graphic
Internet/Lan
Math
Miscellaneous
Multimedia
Printing
Strings
System Information
Windows
Delphi source code for
Windows
>> Switch to Standby mode
Category:
Windows
Title:
Switch to Standby mode
Date added:
15.03.2006
Hits:
4946
procedure
TForm1.Button1Click(Sender: TObject);
begin
SendMessage(Handle, WM_SYSCOMMAND, SC_SCREENSAVE, 1);
end;
Related Delphi Source Code:
1. How to show/hide mouse cursor?
(11664 Hits)
2. How to disable CTRL+ALT+DELETE under XP?
(9521 Hits)
3. How to stop Windows from displaying critical error messages?
(3722 Hits)
4. How to hide the internet connection status from system tray?
(3645 Hits)
5. How to change the system time?
(8394 Hits)
For any problems or recommendations about Delphi Tricks site, please
feel free to contact us on that e-mail:
support@delphitricks.com
.
If you want to advertise on the site use that e-mail:
advertise@delphitricks.com
.
You can freely use or modify these Delphi source codes for non-commercial use. We are not responsible of any damages that can be caused by the utilisation of that source codes.
Copyright © 2006-2010
AVSoftware
Company. All rights reserved.
Hide IP
tricks