|
-
May 28th, 2003, 12:14 AM
#1
Thread Starter
Frenzied Member
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
-
May 28th, 2003, 03:48 AM
#2
Sleep mode
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.
-
May 29th, 2003, 11:19 AM
#3
Thread Starter
Frenzied Member
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
-
May 29th, 2003, 12:36 PM
#4
PowerPoster
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
-
May 29th, 2003, 03:08 PM
#5
Thread Starter
Frenzied Member
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
-
May 29th, 2003, 08:25 PM
#6
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|