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
>> Start the screensaver
Category:
Windows
Title:
Start the screensaver
Date added:
15.03.2006
Hits:
2618
procedure
TForm1.Button1Click(Sender: TObject);
begin
SendMessage(Handle, WM_SYSCOMMAND, SC_SCREENSAVE, 0);
end;
Related Delphi Source Code:
1. How to get handle and class name from the current mouse pos?
(5043 Hits)
2. How to format date and time using the format given by a Format?
(5547 Hits)
3. How to hide the application from tasklist (Ctrl+Alt+Del)?
(4282 Hits)
4. How to paste or copy the content of Tmemo?
(2444 Hits)
5. How to turn on/off Caps/Num/Scroll Lock?
(3843 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