ListBox获取行字符串
关键点
获取ListBox第1行的字符串
获取ListBox第2行的字符串
获取ListBox第n行的字符串
int GetText( int nIndex, LPTSTR lpszBuffer ) const;void GetText( int nIndex, CString& rString ) const;
实现过程
MessageBox(s);
图
备注
相关链接