M_str=m_listshow. GetItemText (iIndex, 8). Which is suitable for cstrings m_str type,
The result is not complete, m_listshow character is very long, about 500 words or so, only get more than 200, specific how many no check,
Excuse me, what reason is this,
CodePudding user response:
Try using another form ofM_listshow. GetItemText (iIndex, 8, m_str GetBuffer (1024), 1024);
M_str. ReleaseBuffer ();
CodePudding user response: