摘要: 效果如图: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace WindowsF... 阅读全文
posted @ 2010-03-10 18:23 槑槑 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 效果如图: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace WindowsF... 阅读全文
posted @ 2010-03-10 18:19 槑槑 阅读(240) 评论(0) 推荐(0) 编辑
摘要: rtbDetail:显示聊天信息rtbChat:用户输入信息using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.... 阅读全文
posted @ 2010-03-10 18:15 槑槑 阅读(578) 评论(4) 推荐(0) 编辑
摘要: 汉字区位码  所谓汉字编码,就是采用一种科学可行的办法,为每个汉字编一个唯一的代码,以便计算机辨认、接收和处理。在此介绍的是《国家标准信息交换汉字编码》。这种编码经过加工整理一律以汉语拼音的字母为序,音节相同的字以使用频率为序,其查找方法与一般汉语字典的汉字拼音音节索引查找法相同。  为了使每一个汉字有一个全国统一的代码,1980年,我国颁布了第一个汉字编码的国家标准: GB2312-80《信息交... 阅读全文
posted @ 2010-03-10 18:11 槑槑 阅读(3429) 评论(0) 推荐(0) 编辑
摘要: ”G/通用格式”:以常规的数字显示,相当于”分类”列表中的”常规”选项。例:代码:”G/通用格式”。10显示为10;10.1显示为10.1。2、 “#”:数字占位符。只显有意义的零而不显示无意义的零。小数点后数字如大于”#”的数量,则按”#”的位数四舍五入。例:代码:”###.##”,12.1显示为12.10;12.1263显示为:12.133、”0”:数字占位符。如果单元格的内容大于占位符,则显示实际数字,如果小于点位符的数量,则用0补足。例:代码:”00000”。1234567显示为1234567;123显示为00123代码:”00.000”。100.14显示为100.140;1.1显示为 阅读全文
posted @ 2010-03-10 18:08 槑槑 阅读(100436) 评论(2) 推荐(5) 编辑
摘要: //打开一个空的ExcelCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Microsoft.Office.Interop.Excel.Applicationapp=newMicrosoft.Office.Interop.Excel.Application();app.Workbooks.Add(true);app.Visible=true;//打开一个已经存在的Excel文件Code highlighting produced by Act 阅读全文
posted @ 2010-03-10 18:06 槑槑 阅读(3750) 评论(1) 推荐(1) 编辑
摘要: [代码]本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/zswang/archive/2007/05/22/1621529.aspx 阅读全文
posted @ 2010-03-10 17:54 槑槑 阅读(303) 评论(0) 推荐(0) 编辑