第五空间

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年12月20日

摘要: 在使用CListCtrl控件Report显示风格时,需要设置列标题信息,否则不能向控件中添加数据信息,编辑列标题需要使用InsertColumn方法: m_ListCtrl.InsertColumn(0, "姓名", LVCFMT_LEFT, 150, 0); m_ListCtrl.InsertColumn(1, "联系电话", LVCFMT_LEFT, 150, 1);函数功能:在报告模式下插入一列函数原型:int InsertColumn(int nCol, const LVCOLUMN* pColumn)int InsertColumn(int n 阅读全文
posted @ 2012-12-20 23:47 LearnerYQY 阅读(3444) 评论(0) 推荐(0)