Results 1 to 3 of 3

Thread: NLDShortcuts

  1. #1

    NLDShortcuts

    ------------
    De sources van NLDDanyUtils zijn te vinden in:
    ftp://ftp.nldelphi.com/public/OpenSo.../NLDDanyUtils/
    ------------

    Deze unit bevat procedures en functies die toelaten op een gemakkelijke manier shortcuts op standaardlocaties te maken en te verwijderen.
    99% van de code in deze unit komt uit een tiphoek thread van walterheck, zie thread http://www.nldelphi.com/forum/showth...3162#post23162 .
    Ik vond die tip zo interessant dat ik er een unit van heb gemaakt. Ik hoop dat dit geen plagiaat is? Ikzelf heb enkel de routine "RemoveShortCut" toegevoegd. Alle lof voor walterheck dus.

    (Als je wilt, walterheck, dan kun je deze utility overnemen in jouw OpenSource bijdragen!?)

    De Interface:
    Code:
    function CreateShortCut(SourceFileName: TFileName;
                            Location: TLocationType;
                            IconPath: string;
                            IconIndex: Integer;
                            Tooltip: string;
                            ShortcutName: string;
                            Arguments: string;
                            WorkingDirectory: string = '';
                            StartMenuFolder: string = ''): Integer;
    function RemoveShortCut(Location: TLocationType;
                            ShortCutName: string;
                            StartMenuFolder: string = ''): Integer;
    Last edited by Dany; 23-Nov-06 at 20:23.

  2. #2
    Om praktische redenen heb ik deze unit opgesplitst in "NLDShortcuts" (deze unit) en "NLDRcsDirectories" (nieuw), waarbij alle directory gerelateerde routines verhuisd zijn naar "NLDRcsDirectories".
    Last edited by Dany; 22-Jul-04 at 11:56.
    Vriendelijke groeten,
    Dany

  3. #3
    Vriendelijke groeten,
    Dany

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •