摘要: System.Windows.Forms.Timer是应用于WinForm中的, 缺点是计时不精确,而且必须有消息循环,Console Application(控制台应用程序)无法使用。 使用System.Timers.Timer类 Timer time = new Timer(); time.In 阅读全文
posted @ 2018-11-27 20:57 StarZhai 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 1.将ListView的每一项的UseItemStyleForSubItems属性设置为false 2.item.SubItems[4].BackColor = Color.Green;设置某一行某一列的颜色为绿色 代码实现 阅读全文
posted @ 2018-11-27 17:35 StarZhai 阅读(7421) 评论(0) 推荐(0) 编辑