Recherche un script , une ..... AIDEZ MOI - Delphi/Pascal - Programmation
Marsh Posté le 08-06-2007 à 20:30:22
salut
procedure Tjesaispaskoi.GoClick(Sender: TObject);
begin
ShellExecute(Handle,'open',PChar(edit1.text),nil,nil,SW_SHOW);
end;
tu tappe www.hardware.fr/html/articles dans to Tedit et ça doit ouvrir la page
sinon:
ShellExecute(Handle,'open',PChar('www.hardware.fr/html/articles'),nil,nil,SW_SHOW);
Marsh Posté le 06-06-2007 à 16:16:42
Voila je suis un noob au delphi , et je veux cree un programme :
le site est www.hardware.fr ,Quand tu clique sur le bouton il ce lance www.hardware.fr/html/articles , comment le faire , aidez moi sil vous plait .