how to Create Windows 7 Quick Launch Icon With C# ?
Create Windows 7 Quick Launch
Asked Answered
Please post more details, perhaps code samples and where you are having difficulties? StackOverflow is not a "give me the code" kind of site. –
Siesta
Do you mean "how to create a taskbar icon"? –
Hylton
Quick Lunch Icon? Like a sandwich running really fast? ;) –
Shoplifter
Are you asking how to create an icon as a file, or as a resource for an application, or how to add a shortcut to the quick launch folder, etc.? The question is vague. –
Lunneta
@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) –
Aara
Are you sure he's not talking about a JumpList item? –
Goalie
@ Thomas Levesqu : I think only you are understood my question ! –
Bertina
@Pedram: The quick launch toolbar was removed in Windows 7. So it's kinda hard to understand your question. –
Devindevina
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.
© 2022 - 2024 — McMap. All rights reserved.