2006年7月26日
摘要: //定义大字节存放类型StringBuilder StrBuiderMailtxt = new StringBuilder("");//解决HTML邮件出现的乱码问题StrBuiderMailtxt.Append("\r\n \r\n");//在各HTML标记间加“\r\n”人工让HTML内容回车就会避免乱码问题 阅读全文
posted @ 2006-07-26 20:39 Gary.han 阅读(2370) 评论(0) 推荐(0)
摘要: 循环执行利用Trmer控件Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private System.Timers.Timer IntoTime = new System.Timers.Timer(); private void Sho... 阅读全文
posted @ 2006-07-26 20:22 Gary.han 阅读(611) 评论(1) 推荐(0)