~~~~~~~~~~~~~~~~~~~~~~~~~
procedure TForm1.Button1Click(Sender: TObject) ;
begin
SendMessage(Form1.handle,
WM_SYSCOMMAND,
SC_TASKLIST,0) ;
end;
~~~~~~~~~~~~~~~~~~~~~~~~~
Delphi tips navigator:
» Get text from the control at pos x,y on screen
« Are we connected to the Internet?

