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 里面插入搜索到文件的一些信息 展开
我的代码 是 :
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 里面插入搜索到文件的一些信息 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询