I need little help on creating shortcut for my C# app. I want programmatically do this.
I intend to create a shortcut in startup menu folder. Maybe you could also show me how to start my app automatically using a registry entry. Thanks!
Clawsy 1 Posting Whiz in Training
Recommended Answers
Jump to Postuse something like : System.IO.File.AppendAllText
Jump to Postwhat you have to do is remove "using System.IO;" from the top of your class, and everytime you need to use System.IO.File you will have to type the full namespace. problem is that when you import the namespace for the object that creates your shortcut you share its namespace scope …
All 7 Replies
LizR 171 Posting Virtuoso
Clawsy 1 Posting Whiz in Training
miculnegru 5 Light Poster
Clawsy 1 Posting Whiz in Training
LizR 171 Posting Virtuoso
jen140 0 Junior Poster
Diamonddrake 397 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.