mfc中如何选中一整行
这是我用的其中一段代码 可是一直报错void CSy4Dlg::OnButtonChange()
{
POSITION pos;
pos=m_ListCtrl.SetExtendedStyle(m_ListCtrl.GetExtendedStyle()|LVS_EX_FULLROWSELECT|LVS_EX_GRIDLINES );
错误:C:\Users\Lenovo\Desktop\新建文件夹\sy 4\sy 4Dlg.cpp(196) : error C2440: '=' : cannot convert from 'unsigned long' to 'struct __POSITION *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
执行 cl.exe 时出错.
sy 4.exe - 1 error(s), 0 warning(s)