Board index » delphi » How do I create a .LNK file?
Trevor Davies
![]() Delphi Developer |
Tue, 25 Mar 2003 03:00:00 GMT
|
Trevor Davies
![]() Delphi Developer |
Tue, 25 Mar 2003 03:00:00 GMT
How do I create a .LNK file?
Hi
Can anyone advise how I can create a LNK file or shortcut, (for example in Thanks in advance Trevor |
Jeroe
![]() Delphi Developer |
Tue, 25 Mar 2003 03:00:00 GMT
Re:How do I create a .LNK file?How about this : procedure WriteShortCut (ShortCut,Application, In article <8rkb9i$ai...@ctb-nnrp2.saix.net>, Quote> Hi Before you buy. |
Philip Blond
![]() Delphi Developer |
Sat, 29 Mar 2003 03:00:00 GMT
Re:How do I create a .LNK file?Hi, But where is the IShellLink declared? And the IPersistFile too for that TIA, "Jeroen" <jvber...@my-deja.com> schreef in bericht Quote> How about this : |
Smol
![]() Delphi Developer |
Sun, 30 Mar 2003 09:31:39 GMT
Re:How do I create a .LNK file?Quote"Philip Blond" <pblo...@pavell.com> wrote: Smola |
AlanGLLo
![]() Delphi Developer |
Sun, 30 Mar 2003 14:23:18 GMT
Re:How do I create a .LNK file?In article <PbAE5.82426$nQ2.1386...@afrodite.telenet-ops.be>, "Philip Blond" Quote<pblo...@pavell.com> writes: ActiveX.pas Quote>And the IPersistFile too for that Use Windows Explorer to search for a file containing "IShellLink =" (and then Alan Lloyd |
Bj?rge S?the
![]() Delphi Developer |
Sun, 30 Mar 2003 03:00:00 GMT
Re:How do I create a .LNK file?"AlanGLLoyd" <alangll...@aol.com> skrev i melding news:20001011022318.26694.00000014@nso-fo.aol.com... Quote> Use Windows Explorer to search for a file containing "IShellLink =" -- Bjoerge Saether Consultant / Developer Asker, Norway bsaether.removet...@online.no (remove the obvious) |
Udo Nesshoeve
![]() Delphi Developer |
Sun, 30 Mar 2003 03:00:00 GMT
Re:How do I create a .LNK file?QuoteTrevor Davies wrote: // ==== from the Jedi Code Library === // =================================== const type procedure ShortCutFree(var ShortCut: TShortCut); function ShortCutCreateSystem( function ShortCutCreate( function ShortCutResolve( Regards, |