CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2001
    Location
    South Korea
    Posts
    31

    Is it possible to make a shortcut in C#?

    Is it possible to make a shortcut file in C# not using Windows API?
    ALEA JACTA EST ET TEMPUS FUGIT

  2. #2
    Join Date
    Mar 2000
    Posts
    7
    Take a look at the following:

    http://www.codeproject.com/useritems...le%7Cshortcuts

    It uses the Windows Scripting Host Object Model.

    Not sure if this is what you are looking for...

    Colin

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured