用GetItemText()方法
int GetItemText( int nItem, int nSubItem, LPTSTR lpszText, int nLen ) const;CString GetItemText( int nItem, int nSubItem ) const;Return ValueThe version returning int returns the length of the retrieved string.The version returning a CString returns the item text.ParametersnItemThe index of the item whose text is to be retrieved.nSubItemSpecifies the subitem whose text is to be retrieved.lpszTextPointer to a string that is to receive the item text.nLenLength of the buffer pointed to by lpszText
自己看着吧,呵呵