摘要:
//首先引用Com下 Windows Script Host Object Modelusing System.Runtime.InteropServices; using IWshRuntimeLibrary;private void AddShortcut() { try { string mysite = "http://www.baidu.com"; //创建收藏夹快捷方式 string fav = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Favorites) + " 阅读全文
posted @ 2010-07-22 11:51
轩~雨~阁
阅读(1010)
评论(0)
推荐(0)