直接用GetText(nSel,str)就行了,nSel是你要读取的位置,读取的值会赋给str
用ListBox_GetText(list,curdbl,str);括号中:list是定义的ListBox句柄;curdbl是ListBox中的项目序号;str值将赋予的给它;
CListBox::GetText
GetLBText 是在 CComboBox里面用的 CListBox是用 GetText
强制转换指针了没有?