摘要:
1、列表表头 点击ListView属性框里的编辑列,可以设计列表头部: 还可以用代码在Form_Load里添加表头: // Add columns and set their text. listView1.Columns.Add(new ColumnHeader()); listView1.Col 阅读全文
摘要:
使用ini配置项目的好处: 文本保存便于查看和修改 配置过程简单高效 使用、扩展灵活 实例: using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; 阅读全文