登山者的仰望

不仅要走好脚下的每一步,也要仰望山顶

2008年5月29日

在Windows Form的TreeView控件中捕捉点击TreeNode的事件

摘要: private void treeView1_MouseUp(object sender, MouseEventArgs e) { if (e.Button == MouseButtons.Right) { TreeNode node = this.treeView1.GetNodeAt... 阅读全文

posted @ 2008-05-29 17:41 光光GG 阅读(916) 评论(0) 推荐(0)