Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Open start menu
Use SendMessage function with WM_SYSCOMMAND message and SC_TASKLIST parameter.
procedure TForm1.Button1Click(Sender: TObject);
begin
SendMessage(Handle, WM_SYSCOMMAND, SC_TASKLIST, 1);
end;
-
More for developers