2013年7月11日
摘要: using System;using System.Collections.Generic;using System.Web;using System.Drawing;using System.IO;namespace EASAA.Common{ /// /// 生成Ico类 /// public class IconMaker { /// /// 创建 /// /// 原图片路径,支持 *.jpg,*.png,*.bmp,*.gif /// 要生成的Ico全路径,如:C://uploa... 阅读全文
posted @ 2013-07-11 14:53 LitDev 阅读(966) 评论(0) 推荐(0) 编辑
摘要: aspx文件的head属性中增加runat="server"后台cs文件中: /// /// 客户端注册ICO图标 /// /// private void RegeistICO(string ico_img_url) { System.Text.StringBuilder str = new System.Text.StringBuilder(); str.Append(""); str.Append(" "); str.... 阅读全文
posted @ 2013-07-11 14:44 LitDev 阅读(1041) 评论(0) 推荐(0) 编辑