Recherche un script , une ..... AIDEZ MOI

Recherche un script , une ..... AIDEZ MOI - Delphi/Pascal - Programmation

Marsh Posté le 06-06-2007 à 16:16:42    

Voila je suis un noob au delphi , et je veux cree un programme :
http://www.fileden.com/files/2007/5/9/1063998/44.bmp
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 .

Reply

Marsh Posté le 06-06-2007 à 16:16:42   

Reply

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);
 

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed