CClient *pDlg=(CClient *)lpParameter;int index = m_list.InsertItem(0,strString,strString);
m_list.SetItemText(index, 1, strString);这样不行