procedure TForm1.Button2Click(Sender: TObject);
begin
ShellExecute(0,'open', button1.Caption,nil,nil,SW_SHOW);
end;
end.
oui oui je sais c'est rien de compliqué. Mais je recois quand meme l'erreur "Undeclared Identifier: ShellExecute" ...... c'est quoi je fais là ?