MFC listcontrol 控件的有关问题

小弟初学MFC,望各位高手帮帮忙啊,,我的代码是:intnRow=m_list.InsertItem(0,finder.GetFileName());//插入行m_lis... 小弟初学MFC,望各位高手帮帮忙啊,,
我的代码 是 :
int nRow = m_list.InsertItem(0, finder.GetFileName()); //插入行
m_list.SetItemText(nRow, 1, finder.GetLength()); //设置数据
m_list.SetItemText(nRow, 2, finder.GetLastAccessTime());
m_list.SetItemText(nRow, 3, finder.GetRoot());

但是 报错
1.
error C2664: 'SetItemText' : cannot convert parameter 3 from 'unsigned long' to 'const char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
2.error C2661: 'GetLastAccessTime' : no overloaded function takes 0 parameters

我该怎么改啊? finder.GetLength()转换成string没用啊??求代码 谢谢各位了
我是在listcontrol 里面插入搜索到文件的一些信息
展开
 我来答
咪犘厷603
2014-07-07 · TA获得超过254个赞
知道答主
回答量:130
采纳率:0%
帮助的人:66.5万
展开全部
添加NM_CUSTOMDRAW消息的处理函数OnNMCustomdrawList1
在里面判断当前在可视区域的项,以及所在矩形区域然后自己画

或者打开设置Edit Labels就地编辑文本属性 在编辑项的时候在绘制控件
以上回答你满意么?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式