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
Migrate Goldmine to Salesforce
Delphi source code for
Windows
>> Call the systemtime dialog
Category:
Windows
Title:
Call the systemtime dialog
Date added:
15.03.2006
Hits:
1675
uses
Shellapi;
procedure
TForm1.Button1Click(Sender: TObject);
begin
ShellExecute(Handle, 'open', 'control', 'date/time', nil, SW_SHOW);
end;
Related Delphi Source Code:
1. How to turn off the monitor?
(2793 Hits)
2. How to check, if a process is running?
(7120 Hits)
3. How to minimize all windows?
(2407 Hits)
4. How to get the content of clipboard?
(2736 Hits)
5. How to prevent Alt+F4?
(2651 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
AVSoftware
Company. All rights reserved.