摘要: CheckedListBox应该是由ListBox扩展而来的?但在使用的时候,可能会发现——它不支持DataSource属性,不能像ListBox那样指定其数据源为一个DataTable。 事实上,CheckedListBox像ListBox一样有DataSource属性,DisplayMember和ValueMemeber属性也都是有的,只是IntelliSe... 阅读全文
posted @ 2006-03-16 15:30 AoneChen 阅读(110) 评论(0) 推荐(0)
摘要: 如何确保只有一个应用程序实例在运行? 阅读全文
posted @ 2006-03-16 10:38 AoneChen 阅读(54) 评论(0) 推荐(0)
摘要: 如何得到DataGrid中点击的当前行? 阅读全文
posted @ 2006-03-16 10:37 AoneChen 阅读(95) 评论(0) 推荐(0)
摘要: 带CheckBoxs的ListView在双击时如何不改变Checked状态? 阅读全文
posted @ 2006-03-16 10:35 AoneChen 阅读(55) 评论(0) 推荐(0)
摘要: 捕捉DataGrid的双击事件 阅读全文
posted @ 2006-03-16 10:34 AoneChen 阅读(51) 评论(0) 推荐(0)