摘要: private void dataGridView1_Scroll(object sender, ScrollEventArgs e)         {             if (e.ScrollOrientat... 阅读全文
posted @ 2009-09-01 15:16 汉城 阅读(645) 评论(0) 推荐(0)
摘要: private void dataGridView1_RowPrePaint(object sender, DataGridViewRowPrePaintEventArgs e)         {            ... 阅读全文
posted @ 2009-09-01 15:14 汉城 阅读(1223) 评论(0) 推荐(0)
摘要: public class DataSetCompare    {        SqlConnection _Comm = null;        DataSet dsEmployee = null;     ... 阅读全文
posted @ 2009-09-01 15:07 汉城 阅读(353) 评论(0) 推荐(0)