摘要: http://www.knowsky.com 动态网站制作指南http://evil.2ec.cn/default.asp html、CSS等编程技巧http://blog.csdn.net/LatestEntry.aspx?CategoryID=91 最新.Net文章列表 http://www.51ct.cn/default.html 国内... 阅读全文
posted @ 2006-08-07 18:06 Bireyou 阅读(191) 评论(0) 推荐(0)
摘要: 在VS2005的C# WinForm编程中,有一个DataGridView控件,要在其上按右键弹出右键菜单前选中当前行,可以在CellMouseDown事件中加入如下代码: 1 private void DataGridView1_CellMouseDown(object sender, DataGridViewCellMouseEventArgs e)2 {3 ... 阅读全文
posted @ 2006-08-07 10:35 Bireyou 阅读(4634) 评论(8) 推荐(0)