摘要: 首先祝大家新年快乐,身体健康,心想事成!做课程设计的时候需要做一个讲复选框中项目全部清除的按钮,写了响应函数如下: private void DeletePerson() { for (int i = 0; i < AddedcheckedListBox.Items.Count; i++) { if (AddedcheckedListBox.GetItemChecked(i)) { Adde... 阅读全文
posted @ 2009-01-01 17:20 天桥下2005 阅读(1447) 评论(0) 推荐(0)
摘要: 首先祝大家新年快乐,身体健康,心想事成! 做课程设计的时候需要做一个讲复选框中项目全部清除的按钮,写了响应函数如下: private void DeletePerson() { for (int i = 0; i < AddedcheckedListBox.Items.Count; i++) { ... 阅读全文
posted @ 2009-01-01 17:10 天桥下2005 阅读(944) 评论(0) 推荐(0)