WinForm控件开发总结(一)------开篇
WinForm控件开发总结(二)------使用和调试自定义控件
WinForm控件开发总结(三)------认识WinForm控件常用的Attribute
WinForm控件开发总结(四)-----控件属性的串行化
WinForm控件开发总结(五)-----为控件的复杂属性提供类型转换器
WinForm控件开发总结(六)-----控件属性类型转换器代码详解
WinForm控件开发总结(七)-----为复杂属性的子属性提供编辑功能
WinForm控件开发总结(八)-----为属性提供弹出式编辑对话框
WinForm控件开发总结(九)-----为属性提下拉式属性编辑器
WinForm控件开发总结(十)-----为属性设置默认值
WinForm控件开发总结(十一)-----调试控件的设计时行为

//Drag and Drop List View http://www.codeproject.com/cs/miscctrl/DragAndDropListView.asp
//Drag and Drop ListView row reordering http://www.codeproject.com/cs/miscctrl/dragdroplistviewreorder1.asp
// 用C#实现在ListBox中拖动排序 http://www.czn.com.cn/exec/2005_9/6/200596205944.shtml

Custom Row and Column Drag and Drop Reordering Operations with the DataGridView

让你的软件界面更漂亮 [VC][二]

Windows Forms中通过自定义组件实现统一的数据验证