Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
952 connectés 

  FORUM HardWare.fr
  Programmation
  Delphi/Pascal

  raccourcis bureau ?

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

raccourcis bureau ?

n°1313627
badre2911
Posté le 25-02-2006 à 20:48:16  profilanswer
 

Bonjour,
 
Comment creer un raccourcis dans le bureau d'un executable ?
 
 
Merci de votre aide.

mood
Publicité
Posté le 25-02-2006 à 20:48:16  profilanswer
 

n°1313634
badre2911
Posté le 25-02-2006 à 21:10:40  profilanswer
 

J'ai trouve ceci sur ngscan qui fonctionne  
 
 
procedure TForm1.FormCreate(Sender: TObject);  
var  
  IdList: PITEMIDLIST;  
  Path: array[0..MAX_PATH] of Char;  
  ShellLink : IShellLink;  
  ShortCutPath: string;  
  begin  
 if SHGetSpecialFolderLocation(0, CSIDL_DESKTOPDIRECTORY, IdList)= NOERROR  
then  
   begin  
     SHGetPathFromIDList(IdList, Path);  
     ShellLink:=CreateComObject(CLSID_ShellLink) as IShellLink;  
     ShellLink.SetDescription('');  
     ShellLink.SetPath(PChar(Application.ExeName));  
     ShellLink.SetShowCmd(SW_SHOW);  
     ShortCutPath:= String(Path)+ '\'+ 'Nom du raccourcis'+ '.LNK';  
     (ShellLink as IpersistFile).Save(StringToOleStr(ShortCutPath), true);  
   end;  
 end;  


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  Delphi/Pascal

  raccourcis bureau ?

 

Sujets relatifs
creer raccourci vers le bureau windowsafficher et déplacer des icônes comme sur le bureau mais dans une form
[Dreamweaver] Les raccourcis Dreamweaver pour le CSS ?[VBS]Créer un fichier.txt sur bureau [Résolu]
Changer de theme de bureauAffichage page web sur bureau winxp
raccourcis et menuspartage d'ecran(bureau)
Comment fait-on pour créer des raccourcis ?Copier des raccourcis sur le bureau suivant les versions de Windows
Plus de sujets relatifs à : raccourcis bureau ?


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR