摘要:
原代码: private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if(!char.IsDigit(e.KeyChar)) e.Handled = true; //'\b'是退格键值 if(e.KeyChar=='\b'||e.KeyChar=='.') e.Handled ... 阅读全文
posted @ 2009-07-26 10:50
emanlee
阅读(1360)
评论(0)
推荐(0)
摘要:
C# WinForm开发系列 - Open-Source Controls 整理了一些在WinForm开发中可以使用的开源组件.(文章及相关代码搜集自网络,仅供学习参考,版权属于原作者! ). 1. 仿office 2007的Ribbon风格面板(该控件模仿office 2007的Ribbon风格,显示操作面板。) 2. .NET中最全功能的表格控件 [翻... 阅读全文
posted @ 2009-07-26 10:50
emanlee
阅读(50674)
评论(0)
推荐(6)
摘要:
Add, Edit, and Delete in DataGridView with Paging http://www.codeproject.com/KB/grid/DataGridView_manipulation.aspx 4.45 out of 5 DataGridView paging using virtual mode http://b... 阅读全文
posted @ 2009-07-26 10:49
emanlee
阅读(907)
评论(0)
推荐(0)

浙公网安备 33010602011771号