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
Apatar Open Source ETL and EAI
Delphi source code for
Windows
>> Open windows's task manager
Category:
Windows
Title:
Open windows's task manager
Date added:
15.03.2006
Hits:
3249
uses
ShellApi;
procedure
TForm1.Button1Click(Sender: TObject);
begin
ShellExecute (HWND(nil), 'open', 'taskmgr', '', '', SW_SHOWNORMAL);
end;
Related Delphi Source Code:
1. How to get handle and class name from the current mouse pos?
(1948 Hits)
2. How to kill a task?
(5232 Hits)
3. How to execute External Program?
(4864 Hits)
4. How to control the windows task bar and the windows start button?
(1629 Hits)
5. How to prevent Alt+F4?
(2362 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.