代码改变世界

随笔档案-2010年01月

C# winform 中实现label字体移动

2010-01-27 17:42 by calm_水手, 1007 阅读, 收藏,
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--12#region//拼接字符3privatevoidtimer1_Tick(objectsender,EventArgse)4{5intlength=label1.Text.Length;6stri... 阅读全文

DataGridView插入图片

2010-01-23 22:15 by calm_水手, 1021 阅读, 收藏,
摘要: private void Form1_Load(object sender, EventArgs e) {//直接赋值 //dataGridView1[0, 0].Value = Image.FromFile("E:\\文件\\最美的地方\\1.jpg/"); //dataGridView1[0, 0].Value = this.imageList1.Images[2];//通过imagelist... 阅读全文

实用的SqlHelper类

2010-01-23 17:38 by calm_水手, 339 阅读, 收藏,
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Text;4usingSystem.Data;5usingSystem.Data... 阅读全文