Create shortcut

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Schmitz

    Create shortcut

    Hi again,

    how can I programmaticall y create a shortcut to a given file?

    thanks a lot
    Peter
  • Ajay Kalra

    #2
    Re: Create shortcut

    This will help:

    _____________
    Ajay Kalra (MVP - VC++)
    ajaykalra@yahoo .com

    "Peter Schmitz" <PeterSchmitz@d iscussions.micr osoft.com> wrote in message
    news:80C877E5-E0A3-400C-83B1-629D38382CD6@mi crosoft.com...[color=blue]
    > Hi again,
    >
    > how can I programmaticall y create a shortcut to a given file?
    >
    > thanks a lot
    > Peter[/color]


    Comment

    • Shiva

      #3
      Re: Create shortcut

      Another way is to use Windows Scripting Host (WSH). An example can be found
      here: http://www.codeproject.com/dotnet/shelllink.asp

      "Peter Schmitz" <PeterSchmitz@d iscussions.micr osoft.com> wrote in message
      news:80C877E5-E0A3-400C-83B1-629D38382CD6@mi crosoft.com...
      Hi again,

      how can I programmaticall y create a shortcut to a given file?

      thanks a lot
      Peter


      Comment

      Working...