摘要: 树形结构的DataGridView:Customizing the DataGridView to support expanding/collapsing (ala TreeGridView)DataGridViewTreeGridView 修正版本:Some people reported problems actually running the TreeGridView sample, s... 阅读全文
posted @ 2010-07-12 17:22 Kevin.Cheung 阅读(3395) 评论(0) 推荐(0) 编辑
摘要: C#实现窗体淡入淡出效果的几种方法1. private void Form1_Load(object sender, System.EventArgs e) for(double d=0.01; d< 1; d+=0.02) { System.Threading.Thread.Sleep(1); Application.DoEvents(); this.Opaci... 阅读全文
posted @ 2010-07-12 10:11 Kevin.Cheung 阅读(1008) 评论(0) 推荐(0) 编辑