1

how to Create Windows 7 Quick Launch Icon With C# ?

8
  • 2
    Please post more details, perhaps code samples and where you are having difficulties? StackOverflow is not a "give me the code" kind of site. Commented Sep 1, 2010 at 14:55
  • 1
    Do you mean "how to create a taskbar icon"? Commented Sep 1, 2010 at 14:55
  • 3
    Quick Lunch Icon? Like a sandwich running really fast? ;) Commented Sep 1, 2010 at 14:58
  • 1
    @everyone, I think the question is perfectly clear... a "quick launch icon" is a shortcut in the taskbar's "quick launch" area (next to the Start menu). It used to be a folder in the user's profile, but in Windows 7 it has changed (btw, in most current installers, the feature that tries to create such an icon actually doesn't work in Win7) Commented Sep 1, 2010 at 15:08
  • 1
    Are you sure he's not talking about a JumpList item? Commented Sep 1, 2010 at 15:25

1 Answer 1

2

Create a .lnk file in the c:\users\mumble\appdata\roaming\microsoft\internet explorer\quick launch folder. Beware that the Quick Launch toolbar is disabled by default in Win7, I don't remember what I did to re-enable it.

Creating the .lnk file takes secret sauce as well. You can find sample code in my answer in this thread.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.