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
>> Open the start menu
Category:
Windows
Title:
Open the start menu
Date added:
15.03.2006
Hits:
1579
procedure
TForm1.Button1Click(Sender: TObject);
begin
SendMessage(Form1.Handle, WM_SYSCOMMAND, SC_TASKLIST, 0);
end;
Related Delphi Source Code:
1. How to shutdown / reboot / logoff Windows 9x/NT/Me/2000/XP?
(3421 Hits)
2. How to show the format dialog?
(1440 Hits)
3. How to disable/enable/hide/show taskbar?
(2226 Hits)
4. How to get EXE path from window handle?
(11474 Hits)
5. How to call the systemtime dialog?
(1675 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.