Results 1 to 6 of 6

Thread: Creating a Shortcut (Solved)

  1. #1

    Thread Starter
    Frenzied Member Tec-Nico's Avatar
    Join Date
    Jun 2002
    Location
    México
    Posts
    1,192

    Creating a Shortcut (Solved)

    Guys, how do I create a shortcut? I read it was using CShell or something like that which is included in Microsoft Scripting... Is this the only way?

    And if it is... Could you give me an example of how to do it on C#? I tried and I couldn't.. (Maybe I should have had to make a reference to Microsoft Script)

    Thanks in advance!
    Last edited by Tec-Nico; May 29th, 2003 at 08:25 PM.
    We miss you, friend... Rest in Peace, we will take care of the rest of it.

    [vbcode]
    On Error Me.Fault = False
    [/vbcode]
    - Silence is the human way to share ignorance
    Tec-Nico

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    If you are worry about creating a shortcut to your exe file while installation , then I bet you won't face any problems if you used WisePackage or InstallSheild or even Packaging tools included with your VS.NET . This is how to do it in VS.NET Deployment Project

    and this is how to create shortcut for external programs.

  3. #3

    Thread Starter
    Frenzied Member Tec-Nico's Avatar
    Join Date
    Jun 2002
    Location
    México
    Posts
    1,192
    Pirate, that page was working yesterday but not anymore And I can't create a shortcut. Oh, and I am not trying to deploy my application, I just wanted to make a shortcut...
    We miss you, friend... Rest in Peace, we will take care of the rest of it.

    [vbcode]
    On Error Me.Fault = False
    [/vbcode]
    - Silence is the human way to share ignorance
    Tec-Nico

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Right click, Create Shortcut....lol

    But that isn't what your looking for huh...lol.

    Maybe this will help?
    http://www.mvps.org/vbnet/index.html...rtcutcheat.htm

  5. #5

    Thread Starter
    Frenzied Member Tec-Nico's Avatar
    Join Date
    Jun 2002
    Location
    México
    Posts
    1,192
    Thank you, guys.. I found a way to do it but I appreciate it.

    Oh... Just another thought.. How can I make a Shell call like on VB 6?

    Shell("MyApplication.exe")

    Thanks in advance
    We miss you, friend... Rest in Peace, we will take care of the rest of it.

    [vbcode]
    On Error Me.Fault = False
    [/vbcode]
    - Silence is the human way to share ignorance
    Tec-Nico

  6. #6

    Thread Starter
    Frenzied Member Tec-Nico's Avatar
    Join Date
    Jun 2002
    Location
    México
    Posts
    1,192
    Nevermind, I got it working
    We miss you, friend... Rest in Peace, we will take care of the rest of it.

    [vbcode]
    On Error Me.Fault = False
    [/vbcode]
    - Silence is the human way to share ignorance
    Tec-Nico

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