Mega Code Archive

 
Categories / Delphi / System
 

How to open the start menu

Title: How to open the start menu procedure TForm1.Button1Click(Sender: TObject); begin SendMessage(Form1.Handle, WM_SYSCOMMAND, SC_TASKLIST, 0); end;