Create Windows 7 Quick Launch

半城伤御伤魂 提交于 2019-12-18 07:15:06

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/3619355/create-windows-7-quick-launch

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!