摘要: using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; namespace WindowsApplication3 { /// /// F... 阅读全文
posted @ 2018-06-22 23:46 181976640 阅读(6799) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xwebsite/article/details/5578446 http://www.cadgj.com/?p=1504 阅读全文
posted @ 2018-06-22 22:06 181976640 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 一般认为:foreach (object obj in checkedListBox1.SelectedItems)即可遍历选中的值。其实这里遍历的只是高亮的值并不是打勾的值。遍历打勾的值要用下面的代码: http://www.cnblogs.com/hongfei/archive/2012/12/ 阅读全文
posted @ 2018-06-22 02:14 181976640 阅读(826) 评论(0) 推荐(0) 编辑