2013年6月29日
摘要: //此方法把启动项加载到注册表中 //获得应用程序路径 string strAssName = Application.StartupPath + @"\" + Application.ProductName + @".exe"; //获得应用程序名 string ShortFileName = Application.ProductName; 阅读全文
posted @ 2013-06-29 23:34 上校 阅读(323) 评论(0) 推荐(0)